主页 > 知识库 > 去除内容中的html

去除内容中的html

热门标签:Mysql连接数设置 电子围栏 阿里云 科大讯飞语音识别系统 团购网站 银行业务 Linux服务器 服务器配置
%
Option Explicit

Function stripHTML(strtext)
dim arysplit,i,j, strOutput
arysplit=split(strtext,"")

  if len(arysplit(0))>0 then j=1 else j=0

  for i=j to ubound(arysplit)
     if instr(arysplit(i),">") then
       arysplit(i)=mid(arysplit(i),instr(arysplit(i),">")+1)
     else
       arysplit(i)="" arysplit(i)
     end if
  next

  strOutput = join(arysplit, "")
  strOutput = mid(strOutput, 2-j)
  strOutput = replace(strOutput,">",">")
  strOutput = replace(strOutput,"","")

  stripHTML = strOutput
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 %>

标签:大理 衡水 衢州 江苏 蚌埠 枣庄 广元 萍乡

巨人网络通讯声明:本文标题《去除内容中的html》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266