简单教程
提交运行
代码编辑器:
<?php $str = 'I love "PHP".'; echo htmlspecialchars_decode($str, ENT_QUOTES); // 解码双引号和单引号
运行结果: