function addEvent(obj, type, fn) { alert('a'); if (typeof obj.addEventListener!='未定義') { alert('b'); obj.addEventListener(type, fn, false); } else if (typeof obj.attachEvent != 'undefined') { obj.attachEvent('on' type, fn);警報('c'); } }
無法使用
報什麼錯誤?問問題把錯誤貼上來哦~
報什麼錯誤?問問題把錯誤貼上來哦~