当前位置: 移动技术网 > IT编程>开发语言>其他编程 > 如何判断发言是否为空?

如何判断发言是否为空?

2017年12月08日  | 移动技术网IT编程  | 我要评论

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]

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网