最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp 截取字符串函数,计算一汉字等于2个英文
时间:2022-07-02 23:01:15 编辑:袖梨 来源:一聚教程网
'str 要截取的字符串
'strlen 截取字数
'str2 截取字符串后要加的字符。如:...
function gotTopic(str,strlen,str2)
if str="" or isnull(str) then
gotTopic=""
exit function
end if
dim l,t,c, i
str=replace(replace(replace(replace(str," "," "),""",chr(34)),">",">"),"<","<")
l=len(str)
t=0
for i=1 to l
c=Abs(Asc(Mid(str,i,1)))
if c>255 then
t=t+2
else
t=t+1
end if
if t>cint(strlen) then
if str2<>"" then i=i-1
gotTopic=left(str,i-1) & str2
exit for
else
gotTopic=str
end if
next
gotTopic=replace(replace(replace(replace(gotTopic," "," "),chr(34),"""),">",">"),"<","<")
end function
这个函数可以过滤html来截取哦,就是html与汉字混合的他也可以只截取中文哦。
相关文章
- 原神2025最新兑换码有哪些 限时前瞻福利领取 11-16
- 百炼英雄2025兑换码大全 最新礼包福利领取合集 11-16
- 寻道大千2025兑换码 最新可用的礼包码合集 11-16
- 蛋仔派对2025兑换码 最新礼包码合集 11-16
- 元气骑士2025兑换码大全 最新可用礼包码合集 11-16
- 明日方舟终末地测试资格查询入口 官方验证方法一览 11-16