happy.js 139 B

1
  1. document.body.insertAdjacentHTML("beforebegin","<h1>你好</h1>"),document.body.insertAdjacentHTML("beforeend","<h2>第二个页面</h2>");