美文网首页
form标签的enctype属性

form标签的enctype属性

作者: Wang_Yong | 来源:发表于2018-12-14 14:18 被阅读0次
描述
application/x-www-form-urlencoded 在发送前编码所有字符(默认)
multipart/form-data 不对字符编码,在使用包含文件上传控件的表单时,必须使用该值
text/plain 空格转换为“+”加号,但不对特殊字符编码

相关文章

网友评论

      本文标题:form标签的enctype属性

      本文链接:https://www.haomeiwen.com/subject/uwewhqtx.html