下面这段代码的输出是
发布于 2022-03-03 16:42:23
下面这段代码的输出是
var b = 3 (function(){ b = 5 var b = 2 })() console.log(b)
登录后免费查看答案
关注者
0
被浏览
18