摘要: 阅读全文
posted @ 2014-11-27 20:24 王孙将归 阅读(108) 评论(0) 推荐(0)
摘要: 面试中遇到的一个题目: 1 var word = "hello world"; 2 (function(){ 3 alert(word); 4 var word = "hello test"; 5 })(); 6 *********************************... 阅读全文
posted @ 2014-11-27 20:10 王孙将归 阅读(115) 评论(0) 推荐(0)