execute: function(exp) {
return new Function(...Object.keys(this.data), return ${exp}
)(...Object.values(this.data))
}
这里还有别的写法吗?
这样写的话console会报错
R
Rachel
@Rachel
1030
得分
0
声望
2
帖子
171
资料浏览
0
粉丝
0
关注
Rachel 发布的帖子
-
RE: #65 迷你 MVVM