For i=1 To x
dim url,color
if IsNull(rs("url")) or trim(rs("url")&"")="" then
url=config
url="Shownews.asp?id="&rs("id")&""
end if
else
url=""&rs("url")&""
end if
if IsNull(rs("color")) or trim(rs("color")&"")="" then
color="#000000"
else
color=""&rs("color")&""
end if
请教大家,哪里错了
Microsoft VBScript 编译器错误 错误 '800a03fc' 缺少 'Next'
答案:1 悬赏:80 手机版
解决时间 2021-03-14 20:21
- 提问者网友:蓝莓格格巫
- 2021-03-14 11:56
最佳答案
- 五星知识达人网友:荒野風
- 2021-03-14 12:35
For i=1 To x
dim url,color
if IsNull(rs("url")) or trim(rs("url")&"")="" then
url=config
url="Shownews.asp?id="&rs("id")&""
end if
else
url=""&rs("url")&""
end if
if IsNull(rs("color")) or trim(rs("color")&"")="" then
color="#000000"
else
color=""&rs("color")&""
end if
next
dim url,color
if IsNull(rs("url")) or trim(rs("url")&"")="" then
url=config
url="Shownews.asp?id="&rs("id")&""
end if
else
url=""&rs("url")&""
end if
if IsNull(rs("color")) or trim(rs("color")&"")="" then
color="#000000"
else
color=""&rs("color")&""
end if
next
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯