php 原样输出 html
更新:HHH   时间:2023-1-7


<?php

    $a = '<h2 >1234567890</h2>';

    echo htmlentities($a,ENT_NOQUOTES,'utf-8');

?>


返回web开发教程...