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)
enctype="application/x-www-form-urlencoded"是POST方法的形式要求.http://www.w3.org/TR/html401/interact/forms.html