摘要: function unhtml($content){$content=htmlspecialchars($content);$content=str_replace(chr(13),"<br>",$content);$content=str_replace(chr(32),"<br>",$content);$content=str_replace("[_[","<",$content);$content=str_relace(")_)",">&quo 阅读全文
posted @ 2012-05-21 22:25 ms.元 阅读(683) 评论(2) 推荐(0)