最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp 特殊字符屏蔽代码
时间:2022-07-02 22:35:13 编辑:袖梨 来源:一聚教程网
asp 特殊字符屏蔽代码
function strreplace(str)
if str = "" then
strreplace = str
else
strreplace = replace(str,"'","''")
end if
end function
检测数字函数
function check_num(str)
dim i
For i = 1 To Len(str)
if Asc(Mid(str, i, 1)) < 48 or Asc(Mid(str, i, 1)) > 57 then
check_num=false
exit function
else
check_num=true
end if
Next
end function
function cutstr(str,strlen,more,url)
if len(str)>strlen then
str=left(str,strlen) & "......"
End if
if (len(str)>strlen) and more then
str=str+" [url="+url+"]点这里查看详情[/url]"
End if
cutstr=str
End function
相关文章
- 三角洲行动黑鹰坠落彩蛋位置一览 07-07
- PI是什么币种?PI币前景与白皮书全面介绍 07-07
- 不良人破局装备获取途径 07-07
- 萤火突击兑换码有哪些-萤火突击兑换码兑换码一览 07-07
- 如何用Photoshop双曲线去处理前期不足的淡妆片子? 07-07
- 三角洲行动更新内容有哪些-三角洲行动更新内容一览 07-07