脚 本 之 家 www.jb51.net
页面导航:  不限条件-->掉H
本地搜索:
[code]publicstaticStringhtmlToStr(StringhtmlStr){Stringresult="";booleanflag=true;if(htmlStr==null){returnnull;}htmlStr=htmlStr.replace("\"","");//去掉引号char[]a=htmlStr.toCharArray();intlength=a.length;for(inti=0;i<length;i++){if(a[i]=='<'){flag=false;continue;}if(a[i]=='>'){flag=true;continu...
http://www.jb51.net//article/15841.htm
如何编写一个过滤掉HTML代码的函数?<%FunctionFilterhtml(strToFilter) DimstrTemp strTemp=strToFilter WhileInstr(1,strTemp,"<")ANDInstr(1,strTemp,">")  strTemp=Left(strTemp,Instr(1,strTemp,"<")-1)&Right(strTemp,Len(strTemp)-Instr(1,strTemp,">")) WEnd Filterhtml=st...
http://www.jb51.net//article/4674.htm
[html]<html><head><title>用javascript动态注释掉HTML代码 - 51windows.Net</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head><body><SCRIPT LANGUAGE="JavaScript"><!--var hide34 = true;...
http://www.jb51.net//article/976.htm
共有:3/10,当前1/1页  [首页] [上一页] 1 [下一页] [尾页] 转到: