手机
当前位置:查字典教程网 >编程开发 >编程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]

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

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

如何制作一个文本文件编辑器?

如何验证日期输入是否正确?

如何刪除客户端的Cookies?

如何处理超时事件?

如何防止计数器刷新计数?

如何在网站中插播广告?

如何做一个文本书写器?

如何获取文件的名称和扩展名?

如何让一个方框栏内的文字滚动显示?

精品推荐
分类导航