2018年7月18日

js中常用document对象方法

摘要: open() 打开一个流,以收集来自任何 write() 或 writeln() 方法的输出。新建文档,覆盖原来的文档内容 close() 关闭用 document.open() 方法打开的输出流,并显示选定的数据。 write() 向文档写 HTML 表达式 或 JavaScript 代码。 wr 阅读全文

posted @ 2018-07-18 06:27 SweeneyHuo 阅读(647) 评论(0) 推荐(0)

导航