报错信息:curl : 无法分析响应内容,因为 Internet Explorer 引擎不可用,或者 Internet Explorer 的首次启动配置不完整.请指定 UseBasicParsing 参数,然后再试一次 1.打开IE浏览器的internet选项 2.点击安全选项卡,选中本地intranet,并点击站点按钮 3.新的窗口中点击高级 4.添加about:security_powershell.exe到输入框,点击添加 5.最终界面是下面这样 把所有IE窗口一个个关闭就好了,再次在
There are several ways: Write-Host: Write directly to the console, not included in function/cmdlet output. Allows foreground and background colour to be set. Write-Debug: Write directly to the console, if $DebugPreference set to Continue or Stop. Wri