摘要: 例:a();b();function a(){console.log(111);}var b = function(){console.log(222);}运行发现 111、b isnot a function;这是因为function a(){}在代码执行前进行了预编译。什么是js的预编译?js会... 阅读全文
posted @ 2015-12-10 10:03 h-bings 阅读(1295) 评论(0) 推荐(0)