摘要: enctype和Content type有什么关系 当我们使用form表单上传文件时post请求的时候,需要在form表单中添加enctype="multipart/form data"属性。 请求头中有一个Content type字段,会声明数据编码格式。 如果form中没有指定enctype,浏 阅读全文
posted @ 2018-10-24 18:14 hid3onbush 阅读(1249) 评论(0) 推荐(0) 编辑