常用知识点
1.push,unshift可以直接添加一个数组
2.window.prompt提示输入文本框
3. getComputedStyle 和 style 获取css属性 学习链接
4.charCodeAt 方法 ,返回指定位置字符的unicode值
5.input里面的值为字符串,input在获得焦点后会默认获得outline属性
6.dom里的select节点有options数组,数组中有个索引值为selectedIndex
7.table里的tbody中有rows[]和cells[]