📜  如何通过 cmd 下载文件 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:31.604000             🧑  作者: Mango

代码示例1
Open cmd and change the directory to whatever you want to save the file and paste:

curl.exe --output NAME AND EXTENSION (e.g. test.exe) --url The URL WITH http:// or https://

For Example :
curl.exe --output index.html --url http://example.com