我需要在我的网站上显示一些 html/php 供用户查看,但实际上并没有运行,只是显示为文本。
我只需要一些可以在下面这样工作的东西
<table> <div> <p>
如果您想<
显示为数据而不是表示标记的开头,请使用<
. 供&
使用&
。文本节点中没有其他内容需要更改。
‘&’ (ampersand) becomes ‘&amp;‘
‘"’ (double quote) becomes ‘&quot;‘
”’ (single quote) becomes ‘&#039;‘
‘<’ (less than) becomes ‘&lt;‘
‘>’ (greater than) becomes ‘&gt;‘
在你的情况下
<table> <div> <p>
变成
<表格> <div> <p>
<table>
用于打印<table>