捏胸吻胸添奶头gif动态图_a片扒开双腿进入做爽爽_厨房春潮她含她的乳第一章_成人做爰高潮片免费看69式按摩_被强到爽的邻居人妻2_欧洲女人牲交视频免费_丰满熟妇大号bbwbbwbbw_国内老熟妇对白hdxxxx_久久99精品久久久久久青青

ASP 去除 HTML 標記與空格的正則

關(guān)鍵詞:
日期:2011年7月10日 來源:佰科
function nohtml(str)
    dim re
    Set re = new RegExp
    re.IgnoreCase = true
    re.Global = True
    re.Pattern = "(\<.[^\<]*\>)"
    str = re.replace(str," ")
    re.Pattern = "(\<\/[^\<]*\>)"
    str = re.replace(str," ")
    str = replace(str," ","")
    str = replace(str," ","")
    nohtml = str
    set re = nothing
end function

ASP 去除 HTML 標記與空格的正則

用 ASP 實現(xiàn)的去除內(nèi)容的 HTML 標記和空格的實現(xiàn)代碼。

打印本頁〗 〖返回上一頁〗 〖關(guān)閉本頁