PHP-去除中文 作者:时鹏亮 | 更新时间:05/07/2015 06:07:50utf8格式的php文件如何去除中文字符,以下代码可以实现:$str=preg_replace('/([x80-xff]*)/i','',$str);[......]阅读全文