您现在的位置是:网站首页> 编程资料编程资料
如何判断发言是否为空?_编程10000问_
2023-05-25
215人已围观
简介 如何判断发言是否为空?_编程10000问_
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]
