’*******************************************************************
’脏字过滤功能
’*******************************************************************
Function DelDirty(str)
str=replace(str,"妈的","MD")
str=replace(str,"靠","KAO")
DelDirty=str
End Function
’脏字过滤功能
’*******************************************************************
Function DelDirty(str)
str=replace(str,"妈的","MD")
str=replace(str,"靠","KAO")
DelDirty=str
End Function
7144

被折叠的 条评论
为什么被折叠?



