Microsoft VBScript 运行时错误 错误 '800a01f4' 变量未定义: 'Rs' /bbs/LuZiConst.asp,行 24
Microsoft VBScript 运行时错误 错误 '800a01f4' 变量未定义: 'Rs' /bbs/LuZiConst.asp,行 24
日期:2011-06-15 09:51:09 人气:2
没有定义变量Rs
你在LuZiConst.asp的最顶上写上
dim Rs '定义变量Rs
这样就不会出错了