
vb 解决Inet1.Execute任在上一请求
Inet1.Execute"http:xxx","Post",hiInet1.Execute"http:xxx","Post",woInet1.Execute"http:...
Inet1.Execute "http:xxx", "Post", hi
Inet1.Execute "http:xxx", "Post", wo
Inet1.Execute "http:xxx", "Post", ho
Inet1.Execute "http:xxx", "Post", duo
会出现任在上一请求
用
Do While Inet1.StillExecuting
DoEvents
Loop
能解决任在上一请求的错误提示
但是就是不能成功完成多数据提交 展开
Inet1.Execute "http:xxx", "Post", wo
Inet1.Execute "http:xxx", "Post", ho
Inet1.Execute "http:xxx", "Post", duo
会出现任在上一请求
用
Do While Inet1.StillExecuting
DoEvents
Loop
能解决任在上一请求的错误提示
但是就是不能成功完成多数据提交 展开
2个回答
展开全部
试下这个:
sub inetexe(add as string,ha)
Do While not Inet1.StillExecuting
Inet1.Execute add, "Post", ha
exit do
Loop
end sub
inetexe "http:xxx", hi
inetexe "http:xxx", wo
inetexe "http:xxx", ho
inetexe "http:xxx", duo
sub inetexe(add as string,ha)
Do While not Inet1.StillExecuting
Inet1.Execute add, "Post", ha
exit do
Loop
end sub
inetexe "http:xxx", hi
inetexe "http:xxx", wo
inetexe "http:xxx", ho
inetexe "http:xxx", duo
追问
跟我那个一样不提示任在上一请求的错误提示
但是不能成功完成后面3个post
inetexe "http:xxx", hi(能完成)
inetexe "http:xxx", wo(不能)
inetexe "http:xxx", ho(不能)
inetexe "http:xxx", duo (不能)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |