Zend_form:添加的"enctype"是什么?

jbl*_*lue 0 php zend-framework zend-form

Zend为所有表单添加了一个enctype.这有什么用?我该如何删除它?

<form action="" 
      method="post" 
      enctype="application/x-www-form-urlencoded" 
      id="myform">

</form>
Run Code Online (Sandbox Code Playgroud)

bco*_*sca 7

enctype="application/x-www-form-urlencoded"是POST方法的形式要求.http://www.w3.org/TR/html401/interact/forms.html