ASP空值判断问题
ifrs1("logo")=""thenlogo=""elseifinstr(rs1("logo"),"http://")>0then'判断LOGO是否包含http://...
if rs1("logo")="" then
logo=""
else
if instr(rs1("logo"),"http://")>0 then '判断LOGO是否包含http://
logo="<img src="&rs1("logo")&" width=80 height=80/>"
else
logo="<img src=.."&rs1("logo")&" width=80 height=80/>"
end if
end if
以上代码RS("LOGO")的值本来就是为空,但是判断的时候老是判断成不为空?
输出的时候是="<img src=.. width=80 height=80/>" 展开
logo=""
else
if instr(rs1("logo"),"http://")>0 then '判断LOGO是否包含http://
logo="<img src="&rs1("logo")&" width=80 height=80/>"
else
logo="<img src=.."&rs1("logo")&" width=80 height=80/>"
end if
end if
以上代码RS("LOGO")的值本来就是为空,但是判断的时候老是判断成不为空?
输出的时候是="<img src=.. width=80 height=80/>" 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询