(()=>{"use strict";const e={say(){alert("哈哈哈哈")}};console.log("你好"),document.body.insertAdjacentHTML("beforeend","<h1>你好,我有一个帽衫</h1>"),document.body.onclick=function(){alert("你好")},e.say()})();