windows 下载文件

  1. start powershell
  2.  $client = new-object system.Net.WebClient
  3. $client.DownloadFile('http://sami.haija.org/graph/datasets.tgz','E:\file.tgz')

猜你喜欢

转载自www.cnblogs.com/tryhardwy/p/11122684.html