Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

通过Filter来实现留言板的敏感词过滤...

思路很简单,我们这里的敏感词是直接先放进去的,实际项目中,肯定是存在数据库中。 在Filter 过滤器中,我们先拿到用户提交的留言,如果出现了敏感词,我们就用*号来替换。