给this添加属性

 

const f =()=>{
console.log(this)
let a=5
console.log(this)

console.log(this)
this.ak =3
}

f()

 

let a ={}

a['k'] =3

 

posted @   papering  阅读(317)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示