邮递员发出的卷曲命令不起作用。HTTP请求通过邮递员处理。
curl --位置--请求发布“http://localhost:8080/upload”--form 'file=@/C:/Users/documents/test.txt‘
iter.hasNext()返回false而不是true。
发布于 2020-01-07 08:30:33
你似乎错过了-F选项。例如,请参见this answer。
https://stackoverflow.com/questions/59621672
复制相似问题