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.
我正在使用 pre 标签在网页上编写代码示例问题是,当我有类似的东西时
<img src="foo.jpg">
浏览器实际生成图像。如何在没有图像的情况下显示图像标签?
使用 HTML 实体而不是角度引号:
<pre><img src="foo.jpg"></pre>
<pre>标签只保留空格,其中的 HTML 标签仍然被渲染
<pre>