HTMLInputElement: formEnctype 属性
HTMLInputElement 接口的 formEnctype 属性是当具有 formEnctype 的 <input> 元素是表单提交方式时发送到服务器的内容的 MIME 类型。它反映了 <input> 元素的 formenctype 属性的值。
此属性仅对 submit 和 image 类型的 <input> 元素有效。
如果表单是通过 input 元素提交的,此属性的值会覆盖 HTMLFormElement 接口的 enctype 属性。此属性可以被检索或设置。如果未设置,则值为字符串 ""(空字符串)。