脏话过滤程序 使用方法如下: 先包含下面文件 require "badwords/badwords.php" 运用类中的函数replace_bad($text) 参数$text为要过滤的内容 例如: 声明类 $bad = new badword 替换 $text2=$bad->replace_bad($text) $text2为替换后的内容