Run cURL commands from Windows console
有没有办法在Windows中安装cURL以便从命令提示符运行cURL命令?
If you are not into Cygwin, you can use native Windows builds. Some are here: curl Download Wizard.
First you need to download the cURL executable. For Windows 64bit, download it from here and for Windows 32bit download from here After that, save the curl.exe
file on your C:
drive.
To use it, just open the command prompt
and type in:
C:curl http://someurl.com
If you have Git
installed on windows you can use the GNU Bash
.... it's built in.
https://superuser.com/questions/134685/run-curl-commands-from-windows-console/#483964
链接地址: http://www.djcxy.com/p/48880.html下一篇: 从Windows控制台运行cURL命令