页面导航: 首页网络编程编程10000问 → 正文内容

如何判断发言是否为空?

发布:dxy 字体:[增加 减小] 类型:转载

if len(usersays)<>0 then
session("whoto")=request.form("whoto")
session("action")=request.form("action")
if instr(usersays,chr(39))>0 then
usersays=replace(usersays,chr(39),"\"&chr(39))
end if
if instr(usersays,chr(34))>0 then
usersays=replace(usersays,chr(34),"\"&chr(34))
end if
application.lock

[1]

浏览次数:载入中... 打印本文关闭本文文章来源
·在百度中搜索关于“如何判断发言是否为空?相关内容

文章评论

共有 位脚本之家网友发表了评论我来说两句

同 类 文 章
最 近 更 新
热 点 排 行