Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
哪个更好?
有没有办法让内容远离 view->source()?
我认为他们反对的是使用innerHTML。有人会说构建和添加节点 ( http://www.w3schools.com/dom/dom_nodes_add.asp ) 将是更精细的方法,您至少应该将其视为一种选择。如果工作量太大,我说只用 innerHTML。无论如何,几乎所有浏览器都支持它。(http://www.quirksmode.org/dom/w3c_html.html)