📜  在 vb.net 中执行 http 请求 - VBA 代码示例

📅  最后修改于: 2022-03-11 14:51:55.494000             🧑  作者: Mango

代码示例1
Dim webClient As New System.Net.WebClient
Dim result As String = webClient.DownloadString("http://api.hostip.info/?ip=68.180.206.184")