为什么我这句ASP语句在页面上显示的还是1和0呢
ifisnull(isread)orisread=""orisread="0"then:is_read="<fontcolor=red>未读</font>":else:i...
if isnull(isread) or isread="" or isread="0" then : is_read="<font color=red>未读</font>" : else : is_read="<font color=green>已读</font>" : end if
展开
2个回答
展开全部
你这句之是为变量设置了个值,但没有输出这个变量的语句,建议你查一下输出变量是什么!
估计你输出的是 isread,你把输出的改为 is_read 应该可以解决
估计你输出的是 isread,你把输出的改为 is_read 应该可以解决
追问
为什么我第一行没有呢 if isnull(isread) or is_read="" or is_read="0" then : is_read="未读" : else : is_read="已读" : end if
if isnull(isread) or isread="" or isread="0" then
response.write "设为已读"
end if
追答
你写的语句很有问题!!你最好再检查一下~~
if isnull(isread) or is_read="" or is_read="0" then 这句,is_read 到底是等于0的还是 is_read="未读" ???????
是不是要修改为
if isnull(isread) or isread="" or isread="0" then 你别搞个下划线把自己都弄乱了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询