用原生JS写一个点击事件 document.querySelectorAll(".aa").forEach((item, index) => { item.onclick = () => { 2023-03-08JavaScript810