代码为:
var a = new Date(); a.prototype = { b: function () { console.log('111111'); } } var month = a.getMonth(); month.b();
但是语法不通过,请问这是为什么呢?在Vue项目中
慕码人2483693
相关分类