if rs("字段名")=0 or isnull(rs("字段名")) then
不显示
else
显示
end if
用的这个语句 不显示 怎么写
if rs("shouru") =0 or isnull(rs("shouru")) then 不显示(这边在asp中怎么写) else
显示(这边又要怎么写) end if
我用response.write "" 类型不匹配
...全文
10911打赏收藏
asp 在 rs中显示0值 ?
if rs("字段名")=0 or isnull(rs("字段名")) then 不显示 else 显示 end if 用的这个语句 不显示 怎么写 if rs("shouru") =0 or isnull(rs("shouru")) then 不显示(这边在asp中怎么写) else 显示(这边又要怎么写) end if 我用response.write "" 类型不匹配