效能

淺談 JavaScript 的 DOM Event 註冊方式

參考資料:(http://blog.xuite.net/vexed/tech/25248659-%E6%B7%BA%E8%AB%87+JavaScript+%E7%9A%84+DOM+Event+%E8%A8%BB%E5%86%8A%E6%96%B9%E5%BC%8F)

參考資料:(https://ithelp.ithome.com.tw/articles/10192015)

參考資料:(https://ithelp.ithome.com.tw/articles/10091980)

addListener

var marker = function () {};

event.addListener( func, 'Event', function(){});

Last updated