位置:IT落伍者 >> asp >> 浏览文章
<% Functioncutbadchar(str) badstr="不|文|明|字|符|列|表|格|式"’此处填写不文明的词语用|分开 badword=split(badstr"|") Fori=toUbound(badword) Ifinstr(strbadword(i))>then str=Replace(strbadword(i)"***") EndIf Next cutbadchar=str EndFunction %>
上一篇:在ASP中操作HTTP报头方法分析
下一篇:asp 字符串连接数据库方法