主頁(yè) > 知識(shí)庫(kù) > asp中格式化HTML函數(shù)代碼 SDCMS加強(qiáng)版

asp中格式化HTML函數(shù)代碼 SDCMS加強(qiáng)版

熱門標(biāo)簽:地圖標(biāo)注陽(yáng)江 創(chuàng)意電話機(jī)器人 世界地圖標(biāo)注了哪些城市 武穴地圖標(biāo)注 石家莊慧營(yíng)銷外呼系統(tǒng) 外呼線路批發(fā) java外呼系統(tǒng)是什么 梧州市地圖標(biāo)注 濟(jì)源電銷外呼系統(tǒng)線路
復(fù)制代碼 代碼如下:

'==============================
'格式化HTML,SDCMS加強(qiáng)版
'==============================
Function Nohtml(ByVal t0)
IF Len(t0)=0 Or IsNull(t0) Then
Nohtml=""
Exit Function
End IF
Dim Regs,Matches,Match
Set Regs=New Regexp
Regs.Ignorecase=True
Regs.Global=True
'過(guò)濾掉JS,Iframe
Regs.pattern ="script.+?/script>"
t0=Regs.Replace(t0,"")
Regs.pattern ="iframe.+?/iframe>"
t0=Regs.Replace(t0,"")
'再過(guò)濾其他
Regs.Pattern=".+?>"
Set Matches=Regs.Execute(t0)
IF Matches.Count>0 Then
For Each Match In Matches
t0=Replace(t0,Match.value,"")
Next
End IF
t0=Replace(t0,"nbsp;","")
t0=Replace(t0,vbCrLf,"")
t0=Replace(t0," ","")
t0=Replace(t0," ","")
t0=Replace(t0,CHR(9),"")
t0=Replace(t0,CHR(13),"")
t0=Replace(t0,CHR(10),"")
t0=Replace(t0,CHR(22),"")
Set Regs=Nothing
Nohtml=t0
End Function

標(biāo)簽:唐山 揭陽(yáng) 迪慶 甘南 淮北 來(lái)賓 南寧 滁州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《asp中格式化HTML函數(shù)代碼 SDCMS加強(qiáng)版》,本文關(guān)鍵詞  asp,中,格式化,HTML,函數(shù),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《asp中格式化HTML函數(shù)代碼 SDCMS加強(qiáng)版》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于asp中格式化HTML函數(shù)代碼 SDCMS加強(qiáng)版的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章