摘要: 使用document.write向文档输出写内容; document.write用法:document.write("要输出的内容"); 其实document.write()有两种情况: 1.在文档流加载过程中执行代码:document.write会在代码所在位置添加输出内容.如下 执行结果: 如果 阅读全文
posted @ 2017-02-07 08:52 zhangxy_jack 阅读(656) 评论(0) 推荐(0)