Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的网站的聊天室中放置一个过滤器,它只会过滤一些单词(例如:如果有人键入“Hello”,它将被过滤为“HEEY”)......这只是一个例子。但是我该怎么做呢?
这将取决于您为聊天室编写的语言。
假设它是 PHP,只需阅读文本并执行一个str_replace()函数。
str_replace()
欲了解更多信息,http ://php.net/manual/en/function.str-replace.php