1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5.得到表单中元素的名称和值:document.getElementById("表单中元素的ID号").name(或&#118alue)6.一个小写转大写的&#106s: document.getElementById("output Read More
posted @ 2012-02-02 10:23
峰顶顶
Views(232)
Comments(0)
Diggs(0)