Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
卷边替换为';wget-O';或者如何使用curl定义targetfiles_Curl_Wget - Fatal编程技术网

卷边替换为';wget-O';或者如何使用curl定义targetfiles

卷边替换为';wget-O';或者如何使用curl定义targetfiles,curl,wget,Curl,Wget,我在使用curl时遇到问题。我想换个卷发的 wget -O file 或 我搜索了网页和谷歌,没有找到合适的替代品。 或者有人知道如何在curl中定义targetfiles吗 谢谢你的帮助。简单,简单 curl http://google.com >output.html 或 (我相信阅读curl--help所花的时间肯定比准备一个问题要少。)谢谢你的帮助。我不知道我怎么能读得过火 curl http://google.com >output.html curl -o out

我在使用curl时遇到问题。我想换个卷发的

wget -O file 

我搜索了网页和谷歌,没有找到合适的替代品。 或者有人知道如何在curl中定义targetfiles吗

谢谢你的帮助。

简单,简单

curl http://google.com >output.html


(我相信阅读
curl--help
所花的时间肯定比准备一个问题要少。)

谢谢你的帮助。我不知道我怎么能读得过火
curl http://google.com >output.html
curl -o output.html http://google.com/