curl和wget下载文件到指定文件夹 curl -o C:\Users\86150\Desktop\wstest\20220302\index2.html --create-dirs http://XXXX 如果没有 -o 后的目录,会自动创建 wget -P /usr/local/ws/20220302 http://xxxxx 如果没有 -o 后的目录,会自动创建