06 2014 档案

摘要:php 过滤英文标点符号 过滤中文标点符号代码 function filter_mark($text){ if(trim($text)=='')return ''; $text=preg_replace("/[[:punct:]\s]/",' ',$text); ... 阅读全文
posted @ 2014-06-12 09:03 osfipin 阅读(1506) 评论(0) 推荐(0) 编辑

我是底部