把预定义的字符"<" (小于)和">" (大于)转换为HTML 实体: <?php $str = "This is some <b>bold</b> text."; echo htmlspecialchars($str); ?> 以上代码的HTML 输出 ...
確定! 回上一頁