curl wget 参数详解 发表于 2017-02-09 | 更新于 2018-12-26 | 分类于 Linux | 评论数: | 阅读次数: curl wget 使用方法 12345$ curl url -o outfile$ curl -O url # Write output to a file named as the remote file$ curl -fsSL url 1$ wget url -O outfile