`(function(x){
delete x;
return x;
})(1)//为什么返回1,不是delete了吗?`
var x = 1;
if(function f(){}){
x += typeof f;
}
x;//为嘛返回 1underfind?
拉丁的传说
相关分类