<script language="VBScript"><!-- dim arandomize说明:IE说 这行出错 a=str(int(rnd*100000000)+1)document.write a &"<br>"for i=1 to len(a)document.write"<img= scr=" & mid(a,i,1) & ".jpg>"next--></script>哪位大虾能否告诉小弟如何解决,跪谢!
热心网友
a=str(int(rnd()*100000000+1)还有就是变量类型转换可以不用强制转换的,可以隐式转换也就是说可以不用str函数