gpt4 book ai didi

javascript - 将 < 和 > 作为文本嵌入到文档中

转载 作者:太空宇宙 更新时间:2023-11-04 15:14:46 25 4
gpt4 key购买 nike

我需要创建一个代码示例,我希望将“<”和“>”解释为标准文本。如果我执行以下操作

<pre>
Some content that contains <and>
</pre>

除非我对“<”/“>”字符进行 html 编码,否则它不会被正确解释。有没有简单的方法解决这个问题?

测试 fiddle : http://jsfiddle.net/basarat/Az3hZ/

最佳答案

您可以对括号进行编码:

  • > = &gt;
  • < = &lt;

所以:

<pre>
Some content that contains &lt;and&gt;
</pre>

关于javascript - 将 < 和 > 作为文本嵌入到文档中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16505212/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com