72条Javascript的经常使用基础语句

1、document.write( " "); 输出语句 2、JS中的注释为// 3、传统的HTML文档顺序是:document- >html- >(head,body) 4、一个浏览器窗口中的DOM顺序是:window- >(navigator,screen,history,location,document) 5、获得表单中元素的名称和值:document.getElementById( "表
相关文章
相关标签/搜索