VBScript中的循环及对策
Written by houlihu237 on 2010-3-8 9:10:16 -1.if.....then例:<% dim ageage=18if age<20 then response.write("你未满20周岁,还没有投票权")if age>=20 then response.write("请记得去投下你神圣的一票哦!!")%>2.if then.....end if 例:<% dim ageage
0 Comments
| Posted in » VBScript
| Posted in » VBScript 