export default({ sayHi() { document.body.insertAdjacentHTML("beforeend","

今天天气真好

") } }) // console.log("a2页面") // sayHi()