addEventListener("mouseover", function (event) { //highlight the mouseover target event.target.style.color = "red"; }, false) ...
確定! 回上一頁