<?php /** * Created by PhpStorm. * User: hp * Date: 2019/3/31 * Time: 14:37 */ $str="<a href=\"https://www.baidu.com\" style=\" text-decoration: none\"><span style=\"color:lightblue\">百度一下</span> 你就知道</a>"; echo $str; echo '<br>'; echo htmlentities($str); echo '<br>'; echo html_entity_decode($str);