wget命令 默认采用GET请求,

如果使用POST请求,

wget --post-data '' url              // 这样 POST 请求没有请求体。

相关文章: