标签: curl
如果在html表单中使用file[]之类的参数(带"[]"),那么curl中的等价物是什么? 我试过curl -F "file[]=@C:\1.png",但它不起作用。
file[]
"[]"
curl -F "file[]=@C:\1.png"