console.log("你好"); let a = 12; var box = document.getElementById("box"); box.addEventListener("click", function () { console.log("haha"); });