javascript对象和函数的几种常见写法
摘要:1 /** 2 * Created by chet on 15/12/17. 3 */ 4 var En= function (button,func) { 5 //dosth,不能return 6 alert(button+"kd"+func); 7 }; 8 En.aaa=...
阅读全文
posted @ 2015-12-20 16:48
posted @ 2015-12-20 16:48
posted @ 2015-12-19 17:01