a.js 206 B

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