欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

asp 過濾非法字符函數(shù)

 更新時(shí)間:2009年02月21日 03:45:57   作者:  
過濾非法字符
<%
Function cutbadchar(str)
badstr="不|文|明|字|符|列|表|格|式"
badword=split(badstr,"|")
For i=0 to Ubound(badword)
If instr(str,badword(i)) > 0 then
str=Replace(str,badword(i),"***")
End If
Next
cutbadchar=str
End Function
Response.Write cutbadchar("中國不阿斗發(fā)射點(diǎn)發(fā)明")
%>

相關(guān)文章

最新評(píng)論