标签:回车 bsp 换行 div strip 函数 span ace color
function DeleteHtml($str) { $str = trim($str); $str = strip_tags($str,""); $str = ereg_replace("\t","",$str); $str = ereg_replace("\r\n","",$str); $str = ereg_replace("\r","",$str); $str = ereg_replace("\n","",$str); $str = ereg_replace(" "," ",$str); return trim($str); }
标签:回车 bsp 换行 div strip 函数 span ace color
原文地址:http://www.cnblogs.com/wuheng1991/p/6142374.html