摘要: Document: 每个载入浏览器的HTML文档都会成为一个Document对象。 Document 对象使我们可以从脚本中对 HTML 页面中的所有元素进行访问。 并且Document 对象是 Window 对象的一部分,可通过window.document 属性对其进行访问。 document三 阅读全文
posted @ 2019-03-01 10:43 yin_zhaozhao 阅读(175) 评论(0) 推荐(0) 编辑