abstrak:<?php$str="<h1>PHP中文網(wǎng),海量資源,php技術(shù)學(xué)習(xí)陣了。</h1>";echo '正常輸出的HTML:'.$str;echo '<hr>';echo '頁(yè)面未經(jīng)解碼的HTML源碼:'.'<br>'.htmlentities($str);?>
<?php
$str="<h1>PHP中文網(wǎng),海量資源,php技術(shù)學(xué)習(xí)陣了。</h1>";
echo '正常輸出的HTML:'.$str;
echo '<hr>';
echo '頁(yè)面未經(jīng)解碼的HTML源碼:'.'<br>'.htmlentities($str);
?>
Guru membetulkan:西門大官人Masa pembetulan:2019-03-23 11:43:04
Rumusan guru:htmlentities函數(shù)會(huì)對(duì)字符串中的html標(biāo)簽進(jìn)行轉(zhuǎn)義。