<?php $str='<a href="test.php">這是測試</a>'; //使用htmlentities的中文會出現亂碼echo htmlentities($str); //htmlspecialchars中文則是正常echo ...
確定! 回上一頁