Windows cmd下载文件
转载声明:
本文为摘录自“csdn博客”,版权归原作者所有。
温馨提示:
为了更好的体验,请点击原文链接进行浏览
摘录时间:
2020-06-14 20:46:04
certutil -urlcache -split -f http://fsunset.cn/test.txt > 1.txt
curl http://fsunset.cn/test.txt pass.txt > 1.txt
wget http://fsunset.cn/test.txt pass.txt