摘要: 一upload原理: 1.表单的method必须是post方法 2.enctype属性必须是“mutipatr/form-data”类型 enctype默认的属性是“application/x-www-form-urlencoded” enctype的作用是:告知服务器请求正文的MIME类型 app 阅读全文
posted @ 2016-09-11 11:43 学无止境小胡 阅读(325) 评论(0) 推荐(0) 编辑