function htmlToElem(html) { let temp = document.createElement('template'); html = html.trim(); // Never return a space text node as a result temp.
確定! 回上一頁