怎样判断发言是否为空?
人气:0想了解怎样判断发言是否为空?的相关内容吗,在本文为您仔细讲解的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:怎样何判判断断发发言言是是否否为为空空??,下面大家一起来学习吧。
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 <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
[1]
加载全部内容