echo html_entity_decode($str, ENT_QUOTES); echo "<br />"; echo html_entity_decode($str, ENT_NOQUOTES); ?> 瀏覽器輸出: John & ...
確定! 回上一頁