hes 相关的软件列表

首页

2008年新年贺词(中英对照)

2020-02-16 标签:2008,新年,贺词,中英对照,best,wishes,year,恭贺新禧,good,luck,ahead,吉星高照,may,a,fortune,恭喜发财,live,long,proper

Best wishes for the year to come! 恭贺新禧! Good luck in the year ahead! 祝吉星高照! May you come into a good fortune! 恭喜发财! Live long and proper! 多福多寿! May ma

DIV+CSS布局中不推荐使用的标签集合Dont Use These Tags
CSS

DIV+CSS布局中不推荐使用的标签集合Dont Use These Tags

2020-02-16 标签:div,css,布局,推荐,使用,标签集,dont,use,tags,页面,标签,代码,尽量,html,n,ot,elements,pages

做DIV+CSS页面,不推荐使用的标签代码,请尽量不要使用这些HTML标签: Do not use these html elements in html pages.Presentational elements should not be used.Support for some elemen

好东西,老外用正则表达式写的HTML分离函数
HTML

好东西,老外用正则表达式写的HTML分离函数

2020-02-16 标签:好东西,老外,正则,表达式,写的,html,分离,函数,asp,文件,执行,asphttp,内容,很爽,改进,option,striphtml

存成.asp文件,执行,你用ASPHTTP抓内容的时候用这个很爽,当然自己要改进一下了"'Replace all HTML tag matches with the empty stringstrOutput = objRegExp.Replace(strHTML, "")'Replace all

首页

截取实际长度字符串,并用空格替换

2020-02-16 标签:截取,实际,长度,字符串,并用,空格,替换,function,cutstr,thestr,strlen,dim,l,t,cl,len,dxy,lc

function cutstr(thestr,strlen)dim l,t,cl=len(thestr)t=0for dxy=1 to lc=Abs(asc(Mid(thestr,dxy,1)))if c>255 thent=t+2elset=t+1end ifif t>=strlen

用正则表达式过滤html代码
HTML

用正则表达式过滤html代码

2020-02-16 标签:正则,表达式,过滤,html,代码,例子,如下,option,striphtml,strhtml,strips,tags,dim,objregexp,stroutput,set,new,regexp,ignorecase

代码例子如下:" 'Replace all HTML tag matches with the empty string strOutput = objRegExp.Replace(strHTML, "") 'Replace all with strOutput = Replace(strOut

[ASP]RegExp对象提供简单的正则表达式支持功能使用说明
ASP

[ASP]RegExp对象提供简单的正则表达式支持功能使用说明

2020-02-16 标签:asp,regexp,对象,提供,简单,正则,表达式,支持,功能,使用说明,用法,regexptest,patrn,strng,dim,regex,match,matches,建立,变量

RegExp对象的用法:RegExpTest(patrn, strng)Dim regEx, Match, Matches ' 建立变量。Set regEx = New RegExp ' 建立正则表达式。regEx.Pattern = patrn ' 设置模式。regEx.IgnoreCase =