PHP将字符串转换为htmlentities
作者:互联网
如何转换< code>内的代码?和< pre>标签到HTML实体?
<code class="php"> <div> a div.. </div> </code>
<pre class="php">
<div> a div.. </div>
</pre>
<div> this should be ignored </div>
解决方法:
好的,我已经玩了一段时间了.结果可能不是最佳或最直接的解决方案(坦率地说,如果任意用户将要提交输入,我完全不同意您的方法),但它似乎“有效”.而且,最重要的是,它不使用正则表达式来解析XML.
标签:php,string,html-entities 来源: https://codeday.me/bug/20191003/1849374.html