"use strict"; console.log("你好"); let a = 12; var box = document.getElementById("box"); box === null || box === void 0 ? void 0 : box.addEventListener("click", function () { console.log("haha"); });