1.进命令行(Win + R,输入"cmd")
2.输入:start powershell
3.等待PowerShell窗口启动
4.PowerShell窗口依次输入:
$client = new-object System.Net.WebClient
$client.DownloadFile('http://url/lfilename.log','D:\download.log')

其中下载到本地的文件名可自定义

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2021-11-20
  • 2022-02-07
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-17
  • 2021-07-26
  • 2021-10-08
  • 2021-05-19
  • 2021-11-24
相关资源
相似解决方案