摘要: 举个栗子:function foo() { alert("global foo");}function bar() { alert("global bar");}var v = "global var"; //定义全局变量function hoistMe() { alert(typeof foo); 阅读全文
posted @ 2018-03-12 21:22 always_strive 阅读(113) 评论(0) 推荐(0) 编辑