a.js 258 B

123456
  1. import '../style/a.css'
  2. import Pic from '../assets/slider3.jpg'
  3. document.body.insertAdjacentHTML("beforebegin", '<h1>哈哈哈</h1>')
  4. document.body.insertAdjacentHTML("beforebegin", `<img src=${Pic}></img>`)
  5. console.log("aaaa")
  6. document.getElementById("box")