标签:ons this 函数 箭头 pytho person pre 箭头函数 log
为了解决箭头函数this指向的问题 推出来一种写法 对象的单体模式
var person = {
name:‘小马哥‘,
age:12,
fav(){
console.log(this.name,this.age);
}
}
person.fav();
标签:ons this 函数 箭头 pytho person pre 箭头函数 log
原文地址:https://www.cnblogs.com/crazymagic/p/9714237.html