!function (){
var local = 1
function bar (){
local++
return local
}
return bar
}.call()
bar()
为什么这个bar是undefined呢?
ABOUTYOU
慕哥9229398
相关分类