主頁(yè) > 知識(shí)庫(kù) > 好東西,老外用正則表達(dá)式寫的HTML分離函數(shù)

好東西,老外用正則表達(dá)式寫的HTML分離函數(shù)

熱門標(biāo)簽:福建微碼電話機(jī)器人 外呼系統(tǒng)api對(duì)接 平?jīng)龈叩碌貓D標(biāo)注商戶要收費(fèi)嗎 地圖標(biāo)注與公司業(yè)務(wù)關(guān)系 提高電話機(jī)器人接通率 廣西智能外呼系統(tǒng)多少錢 銷售電銷機(jī)器人詐騙 大學(xué)校門地圖標(biāo)注 荊州智能電銷機(jī)器人
存成.asp文件,執(zhí)行,你用ASPHTTP抓內(nèi)容的時(shí)候用這個(gè)很爽,當(dāng)然自己要改進(jìn)一下了

%
Option Explicit

Function stripHTML(strHTML)
'Strips the HTML tags from strHTML

  Dim objRegExp, strOutput
  Set objRegExp = New Regexp

  objRegExp.IgnoreCase = True
  objRegExp.Global = True
  objRegExp.Pattern = ".+?>"

  'Replace all HTML tag matches with the empty string
  strOutput = objRegExp.Replace(strHTML, "")

  'Replace all and > with and >
  strOutput = Replace(strOutput, "", "")
  strOutput = Replace(strOutput, ">", ">")

  stripHTML = strOutput    'Return the value of strOutput

  Set objRegExp = Nothing
End Function


%>

form method="post" id=form1 name=form1>
  b>Enter an HTML String:/b>br>
  textarea name="txtHTML" cols="50" rows="8" wrap="virtual">%=Request("txtHTML")%>/textarea>
  p>
  input type="submit" value="Strip HTML Tags!" id=submit1 name=submit1>
/form>

% if Len(Request("txtHTML")) > 0 then %>
    p>hr>p>
    b>u>View of string i>with no/i> HTML stripping:/u>/b>br>
    xmp>
    %=Request("txtHTML")%>
    /xmp>p>
    b>u>View of string i>with/i> HTML stripping:/u>/b>br>
    pre>
    %=StripHTML(Request("txtHTML"))%>
    /pre>
% End If %>

標(biāo)簽:邯鄲 德陽(yáng) 黔東 內(nèi)江 婁底 海南 衡陽(yáng) 樂(lè)山

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《好東西,老外用正則表達(dá)式寫的HTML分離函數(shù)》,本文關(guān)鍵詞  好東西,老,外用,正則,表達(dá)式,;如發(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)文章
  • 下面列出與本文章《好東西,老外用正則表達(dá)式寫的HTML分離函數(shù)》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于好東西,老外用正則表達(dá)式寫的HTML分離函數(shù)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章