摘要: ①文本对象document: 例如:document.getElementById() 只获取一个对象 document.getElementsByTagName() 获取对象伪数组 document.getElementsByClassName() 获取对象伪数组,存在兼容问题 document. 阅读全文
posted @ 2017-02-24 00:17 Tabb.Coding 阅读(421) 评论(0) 推荐(1)
摘要: 浏览器端JavaScript的组成 ECMAScript:语法规范 DOM:Document Object Model 文档对象模型,操作页面元素 BOM:Browser Object Model 浏览器对象模型,操作浏览器功能 ①基本输出语句 console.log(“在控制台打印输出”) doc 阅读全文
posted @ 2017-02-23 00:00 Tabb.Coding 阅读(240) 评论(0) 推荐(1)
摘要: 感谢Sylvia的技术支持,让Tabb有了生命力。 阅读全文
posted @ 2016-11-29 12:45 Tabb.Coding 阅读(144) 评论(1) 推荐(1)