"push,unshift,remove,ensure".replace(/\w+/g, function(method) { vm[method] = function(e) { if (this.value && e.which == 13) {//this为input元素 vm.array[method](this.value); this.value = ""; } } })
这段代码啥意思?es6写法?
长风秋雁
相关分类