Using powershell:

powershell (New-Object Net.WebClient).DownloadFile('http://www.google.com', 'result.txt')

You must use single quotes and not double quotes for this to work

相关文章:

  • 2021-10-22
  • 2021-12-17
  • 2021-12-31
  • 2021-08-31
  • 2021-07-26
  • 2021-10-11
  • 2021-05-23
  • 2022-12-23
猜你喜欢
  • 2021-05-19
  • 2022-12-23
  • 2021-06-03
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案