Foxtable(狐表)用户栏目专家坐堂 → 关于trycatch的问题


  共有1617人关注过本帖树形打印复制链接

主题:关于trycatch的问题

帅哥,在线噢!
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:110551 积分:562645 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2024/2/27 9:56:00 [显示全部帖子]

http://www.foxtable.com/mobilehelp/topics/0294.htm

Dim api As String = Args(0)
Dim url As String = "http://192.168.5.210:32177/" & api
Dim hp As New HttpClient(url)
hp.SkipError = True
hp.Timeout = 1
Dim s As String = hp.GetData()
if hc.StatusCode = 200 andalso s > ""then
    Return 1
Else
    Return 0
End If


 回到顶部