一个让人极度无语的错误

023it 2004-06-18 04:49:55
if isnull(Rs("strFixing")) then
strFixing = ""
Response.write "null<br>"
else
strFixing = Rs("strFixing")
Response.write "not null<br>"
end if
if strFixing = "" Then
Response.write "空"
elseif isnull(strFixing) then
response.write "Null"
end if

两个if语句后,执行后的显示记过为not null<br>Null
不知道有没有朋友看出无语的地方了,谁来救救我
...全文
24 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧