摘要:
var y = 'global'; function test(x){ if(x){ var y ='local'; } return y; } console.log(test(true));console.log(y); var y = 'global'; function test(x){ ( 阅读全文
posted @ 2017-07-14 17:39
shenq2014
阅读(165)
评论(0)
推荐(0)