100分求高手 指点

来源:百度知道 编辑:UC知道 时间:2024/06/16 18:38:37
If o>"1" and o="1" Then
If o=<"0" Then
If o="0" Then
v_url=rs1("2")
v_play=rs1("2")
Else
v_url=rs1("1")
v_play=rs1("1")
End If
Else
v_url=rs1("3")
v_play=rs1("3")
End If
Else
v_url=rs1("4")
v_play=rs1("4")
End If
我将代码写成甘输出3时网页出错
如果将第一行改为 If o=<"1" Then 三就输出正确 但是想输出4时 又出错

正确应该怎么写 请高手指点指点
再补充一下

If o=<"0" Then
If o="0" Then
v_url=rs1("2")
v_play=rs1("2")
Else
v_url=rs1("1")
v_play=rs1("1")
End If
Else
v_url=rs1("3")
v_play=rs1("3")
End If
这是输出

分给我

5

If o>"1" and o="1" Then
什么意思??哪有数能同时大于1并且等于1的?!

楼主是不是想要这个结果,楼主到底要输出什么?楼主语文好的离谱!
If o=<"0" Then

If o="0" Then
v_url=rs1("2")
v_play=rs1("2")
Else
v_url=rs1("1")
v_play=rs1("1")
End If

Else

if O="1" then
v_url=rs1("3")
v_play=rs1("3")
else
v_url=rs1("4")
v_play=rs1("4")
End If

End if

If o=<"1" then
If o="1" Then
v_url=rs1("4")
v_play=rs1("4")
Else
if o="0" Then
v_url=rs1("3")
v_play=rs1("3")
Else
v_url=rs1("2")
v_play=rs1("2")
End if
End if
Else
v_url=rs1("1")
v_play=rs1(