2016年11月2日

js⑧

摘要: window对象表示浏览器中打开的窗口, 它是JavaScript浏览器对象模型中的顶层对象.其中还包括了 - Document: 使我们可以从脚本中对 HTML 页面中的所有元素进行访问。 - History: 包含用户(在浏览器窗口中)访问过的 URL。 - Location: 包含有关当前 U 阅读全文

posted @ 2016-11-02 23:56 阿达阿达达。 阅读(132) 评论(0) 推荐(0)

js⑦

摘要: 立即执行函数or自执行函数 为了避免全局变量的产生。(function(){ //var a = 10; //var b = 20;//console.log(a,b); var fn = function(){ console.log('hello,world'); var a = 30; con 阅读全文

posted @ 2016-11-02 23:55 阿达阿达达。 阅读(156) 评论(0) 推荐(0)

导航