我通过powershell得到了答案。我所做的是在sql server中打开powershell,然后在powershell中执行了以下代码。
$http_Request= New-Object system.Net.WebClient;$Result = $http_Request.downloadString("url")
我通过powershell得到了答案。我所做的是在sql server中打开powershell,然后在powershell中执行了以下代码。
$http_Request= New-Object system.Net.WebClient;$Result = $http_Request.downloadString("url")