我是靠谱客的博主 欢呼黑米,这篇文章主要介绍如何判断发言是否为空?,现在分享给大家,希望可以做个参考。

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]

最后

以上就是欢呼黑米最近收集整理的关于如何判断发言是否为空?的全部内容,更多相关如何判断发言是否为空内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(158)

评论列表共有 0 条评论

立即
投稿
返回
顶部