HTML 5 <form> enctype 属性

描述
application/x-www-form-urlencoded 在发送前对所有字符进行编码(默认)。
multipart/form-data 不对字符编码。当使用有文件上传控件的表单时,该值是必需的。
text/plain 将空格转换为 "+" 符号,但不编码特殊字符。
posted @ 2018-04-18 16:13  裙下的小香蕉  阅读(191)  评论(0编辑  收藏  举报