document.querySelector(".quoteText").innerHTML " “Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.” <br> ― <span class="authorOrTitle"> Albert Einstein </span> " 想基于内部 tag 来处理文本时,可以使用 innerHTML. textContent document.query...
var price = item.getElementsByTagName('price')[0].textContent; output.innerHTML += '<div><strong>' + name + '</strong>: ' + price + '</div>'; } </script> </body> </html> <embeddedHTML> <title>嵌入在 XML 中的 HTML 代码</title> <description><![CDATA[ <div> <h1>嵌入式...