a2.js 161 B

1234567
  1. export default({
  2. sayHi() {
  3. document.body.insertAdjacentHTML("beforeend","<h2>今天天气真好</h2>")
  4. }
  5. })
  6. // console.log("a2页面")
  7. // sayHi()