手机
当前位置:查字典教程网 >编程开发 >编程10000问 >如何判断发言是否为空?
如何判断发言是否为空?
摘要:iflen(usersays)0thensession("whoto")=request.form("whoto")session("act...

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]

【如何判断发言是否为空?】相关文章:

如何准确地获得一个整数?

如何取回已忘记的密码?

如何读取文本文件的内容?

如何对文件进行操作?

如何做一个文本书写器?

如何实现强制登录?

如何对用户进行授权?

如何制作K线图?

如何限制上传文件的大小?

如何用表单在线建立目录?

精品推荐
分类导航