摘要: 1 2 3 4 5 Document 6 25 26 27 28 点击插入 29 30 阅读全文
posted @ 2018-05-26 11:34 maxlove 阅读(599) 评论(0) 推荐(0) 编辑
摘要: document节点是文档的根节点,每张网页都有自己的document节点。属性:1:document.doctype 它是一个对象,包含了当前文档类型 (Document Type Declaration,简写DTD)信息。2:document.documentElement 返回当前文档的根节点 阅读全文
posted @ 2018-05-26 10:19 maxlove 阅读(10603) 评论(0) 推荐(0) 编辑
摘要: window对象有以下方法: open close alert confirm prompt setTimeout clearTimeout setInterval clearInterval moveBy moveTo resizeBy resizeTo scrollBy scrollTo fin 阅读全文
posted @ 2018-05-26 10:17 maxlove 阅读(1089) 评论(0) 推荐(0) 编辑