如何判断发言是否为空?
- 技术交流
- 2024-10-01 10:19:02
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]
如何判断发言是否为空?由讯客互联技术交流栏目发布,感谢您对讯客互联的认可,以及对我们原创作品以及文章的青睐,非常欢迎各位朋友分享到个人网站或者朋友圈,但转载请说明文章出处“如何判断发言是否为空?”