asp

位置:IT落伍者 >> asp >> 浏览文章

asp 中英文字符长度检测判断函数


发布日期:2024年05月30日
 
asp 中英文字符长度检测判断函数

function strLength(str)
ON ERROR RESUME NEXT
dim WINNT_CHINESE
WINNT_CHINESE = (len("论坛")=)
if WINNT_CHINESE then
dim ltc
dim i
l=len(str)
t=l
for i= to l
c=asc(mid(stri))
if c< then c=c+
if c> then
t=t+
End if
next
strLength=t
else
strLength=len(str)
End if
if errnumber<> then errclear
End function

上一篇:解决asp中uft8和gb2312转换乱码问题

下一篇:ASP教程:自己写的数据库操作类