‘var=this;’在JavaScript中的意思是什么?
在我看到的JavaScript文件中:
function Somefunction(){ var that = this; ... }
声明的目的是什么?that并分配给this?
that
this
郎朗坤
相关分类