该属性用于设置表单数据时的HTTPContent-Type。
Content-Type
<form enctype="application/x-www-form-urlencoded"> <!-- application/x-www-form-urlencoded 是默认属性,用于提交普通表单 --> <!-- multipart/form-data 数据用流的方式传输,通常表单有附带上传文件时,采用这种方式 --> </form>