火狐瀏覽器不能像谷歌瀏覽器那樣方便的獲取window.event事件,爲了兼容,須要作如下處理:瀏覽器
var e = document.all ? window.event : arguments[0] ? arguments[0] : event;