如何判断发言是否为空?
时间:2021-05-28 07:59:53|栏目:|点击: 次
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]
上一篇:路由器接口及连接
栏 目:
下一篇:docker 容器上编译 go 程序提示找不到文件问题
本文标题:如何判断发言是否为空?
本文地址:http://www.codeinn.net/misctech/130302.html






