非常重要的php函数htmlspecialchars

原创 2019-06-28 11:47:27 296
摘要:<?php$str = "This is some <b>bold</b> text.";$str = "This is some <b>bold</b> text.";$str = "This is some <b>bold</b> text.";$str =

<?php

$str = "This is some <b>bold</b> text.";

$str = "This is some <b>bold</b> text.";

$str = "This is some <b>bold</b> text.";

$str = "你好 世界 <b>bold</b> text.";

echo htmlspecialchars($str);


批改老师:天蓬老师批改时间:2019-06-29 13:07:57
老师总结:htmlspecialchars()其实还有一个类似的函数, 可以比它解析更多的特殊字符, 抽空了解一下

发布手记

热门词条