form-data、x-www-form-urlencoded的区别

form-data可以上传文件格式的,比如mp3、jpg这些;x-www-form-urlencoded不能选择格式文件,只能传key-value这种string格式的内容。

相关文章: