HTML5新增了insertAdjacentHTML方法,比起innerHTML和outerHTML更灵活,,详细内容参考MDN [1]element.insertAdjacentHTML(position, text); position: ...
確定! 回上一頁