
function unhtml($content){
$content=htmlspecialchars($content);
$content=str_replace(chr(13),””,$content);
$content=str_replace(chr(32),””,$content);
$content=str_replace(“[_[“,”
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...

function unhtml($content){
$content=htmlspecialchars($content);
$content=str_replace(chr(13),””,$content);
$content=str_replace(chr(32),””,$content);
$content=str_replace(“[_[“,”