摘要: 在Firefox中老报"event is not defined”错误!原因是因为在Firefox中使用了不同的事件对象模型,不同于IE Dom,用的是W3C Dom。document.onkeydown=function mykeyDown(e){ //compatible IE and fir... 阅读全文
posted @ 2014-10-17 10:12 清风物语 阅读(153) 评论(0) 推荐(0)