”); //利用php自带的函数清除html格式。保留P标签 $str = preg_replace(“/\t/”,””,$str); //使用正则表达式匹配需要替换的内容,如:空格,换行,并将替换为空。 $str = preg