在JavaScript文件中,我看到:
function Somefunction(){ var that = this; ... }
声明that和分配给它的目的是什么this?
that
this
javascript this
javascript ×1
this ×1