<script> var div = document.querySelector("div"); //触摸事件 div.addEventListener("touchstart", function () { console.log("我摸了你"); });
確定! 回上一頁