sszxf 发表于 2018-12-12 08:31:33

php过滤HTML标签、属性等正则表达式汇总

$str=preg_replace("/\s+/", " ", $str); //过滤多余回车  

  
$str=preg_replace("/
页: [1]
查看完整版本: php过滤HTML标签、属性等正则表达式汇总