摘要: 最近在看js的一些资料,总结一下昨晚看到的js作用域方面的知识,不准确的地方希望留言指正!先看片段js代码如下:1 2 3 console.log(a);4 var a = "hello world!";5 6 ... 阅读全文