主页 > 知识库 > 截取实际长度字符串,并用空格替换

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

热门标签:电话机器人案例 成都销售外呼系统公司 土地证宗地图标注符号 自动外呼系统怎么防止封卡 保定电销机器人软件 vue 地图标注拖拽 客服外呼系统呼叫中心 镇江云外呼系统怎么样 电话机器人销售公司吗

function cutstr(thestr,strlen)
dim l,t,c
l=len(thestr)
t=0
for dxy=1 to l
c=Abs(asc(Mid(thestr,dxy,1)))
if c>255 then
t=t+2
else
t=t+1
end if
if t>=strlen then
thev=left(thestr,dxy)
exit for
else
bu=strlen-t
for bui=1 to bu
strbu="nbsp;"
strbuall=strbuallstrbu
next
thev=thestrstrbuall
strbu=""
strbuall=""
end if
next
cutstr=thev
end function

%
'============================
'函数名w_cut(type,num)
'作用:字符串截取
'参数type,num
'type:字符串内容
'num:字符串被截取的长度
'=============================

Function w_cut(types,num)
  dim ctypes,cnum,ci,tt,tc,cc
  ctypes=types:cnum=int(num):w_cut="":tc=0:cc=0
  for ci=1 to len(ctypes)
    if cnum0 then w_cut=w_cut"...":exit for
    tt=mid(ctypes,ci,1)
    if int(asc(tt))>=0 then
      w_cut=w_cuttt
      tc=tc+1:cc=cc+1
      if tc=2 then
        tc=0:cnum=cnum-1
      end if
      if cc>5 then cnum=cnum-1:cc=0
    else
      cnum=cnum-1
      if cnum=0 then w_cut=w_cut"...":exit for
      w_cut=w_cuttt
    end if
  next
End Function

%>

标签:天津 怀化 丽江 内江 重庆 台湾 成都 公主岭

巨人网络通讯声明:本文标题《截取实际长度字符串,并用空格替换》,本文关键词  截取,实际,长度,字符串,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《截取实际长度字符串,并用空格替换》相关的同类信息!
  • 本页收集关于截取实际长度字符串,并用空格替换的相关信息资讯供网民参考!
  • 推荐文章