Microsoft VBScript 运行时错误 错误 '800a0009' 下标越界: '[number: 1]' /admin/wpupdate.asp,行 9

<%dimUrlUrl="http://www.wpidea.org/update/get_wp_list.asp"DimUpCoUpCo=GetFileText(url... <%
dim Url
Url = "http://www.wpidea.org/update/get_wp_list.asp"
Dim UpCo
UpCo = GetFileText(url,2)
UpList = split(UpCo,"|||")
for i = 0 to Ubound(UpList)
next
UpdateNews = UpList(0)
SignCode = UpList(1)
WPzhaoxi = UpList(2)
Public Function GetFileText(url,types)
on error resume next
Dim http
Set http=Server.createobject("Microsoft.XMLHTTP")
Http.open "GET",url,false
Http.Send()
If http.status = 200 Then
If Http.readystate<>4 Then
Exit Function
End If
Select Case types
Case 1
GetFileText=bytes2BSTR_(Http.responseBody,"GB2312")
Case 2
GetFileText=bytes2BSTR_(Http.responseBody,"UTF-8")
Case 3
GetFileText = Http.responsetext
End Select
end if
展开
 我来答
田响建站
推荐于2016-03-16 · 田响建站,纯手工建网站
田响建站
采纳数:3384 获赞数:2327

向TA提问 私信TA
展开全部
Dim UpCo
UpCo = GetFileText(url,2)
UpList = split(UpCo,"|||")
应该是|||有误,在Url中并没有|||字符,有的只是//或/
追问
那怎么改呢?
追答
UpList = split(UpCo,"|||")
改为
UpList = split(UpCo,"/")
试下
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式