
/******************************************
* 内容转义处理
*******************************************/
function tohtml($content)
{
$content = str_replace( '<' , '<' , $content );
$content = str_replace( '>' , '>' , $content );
return $content;
}



by: 发表于:2017-10-20 14:20:29 顶(0) | 踩(0) 回复
??
回复评论