1. 发送GET 请求Dim http As Object Set http = CreateObject("Microsoft.XMLHTTP") ' 创建http 对象以发送请求http.Open "GET", url, False ' 设置 ...
確定! 回上一頁