摘要: ###如何阻止浏览器默认事件```javascriptif (e.preventDefault) { e.preventDefault(); } else { // 兼容 IE9- ... 阅读全文
posted @ 2015-02-28 10:53 青青flye 阅读(787) 评论(0) 推荐(0) 编辑
摘要: JS arguments转array?Array.prototype.slice.call(arguments) 阅读全文
posted @ 2015-02-28 10:46 青青flye 阅读(159) 评论(0) 推荐(0) 编辑