一些平時用到HTML的過濾
本站原創(chuàng) 2007/11/17 23:27:09 行者 字體:
大 中 小 瀏覽 7077
function chkhtm(stra)
stra=replace(stra,"<","<")
stra=replace(stra,">",">")
stra=replace(stra,"'","")
stra=replace(stra,"(","(")
stra=replace(stra,")",")")
stra=replace(stra,";",";")
stra=replace(stra,",",",")
stra=replace(stra,"%","%")
stra=replace(stra,"+","+")
chkhtm=stra
end function
- 相關(guān)閱讀
- 微信小程序客服會話只能過button讓用戶主動觸發(fā)
- 做在線客服時,聊天窗口的div滾動條始終在底部
- asp漢字轉(zhuǎn)換為拼音
- 詳談CSS設(shè)計中import與link的區(qū)別所在
- 特別推薦的asp數(shù)字加密(rsa)
- Asp得到當(dāng)月天數(shù)的函數(shù)方法
- 超過服務(wù)期限如何辦?
- 深山留言板5.0新版
- 共有0條關(guān)于《一些平時用到HTML的過濾》的評論
- 發(fā)表評論