Manual https://www.php.net/manual/en/function.htmlentities.php 說明 <?php $str = "<b>bold</b>"; echo htmlentities($str); ?> 將HTML Tag 轉成 ...
確定! 回上一頁