新增監聽器的方法如下: target.addEventListener(type, function (event) { // do something... }); target 為取得的HTML ...
確定! 回上一頁