零碎知识点总结
1、alert换行
1 alert("aaa"+"\n"+"bbb");
2、方法签名?函数签名?
3、href=#与href=javascriptvoid(0)的区别
href="javascript:"或则 href="javascript:;"也行
for(a in sbutton){
}
5、Javascript 严格模式详解
"use strict";
http://www.ruanyifeng.com/blog/2013/01/javascript_strict_mode.html