We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通常在使用原生的HTML制作表单时,我们一般都会使用 <form> 元素。通过表单,我们可以实现浏览器端与服务器端数据的灵活交互;本文将对表单元素中的一些特性进行整理。
<form>
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
通常在使用原生的HTML制作表单时,我们一般都会使用
<form>
元素。通过表单,我们可以实现浏览器端与服务器端数据的灵活交互;本文将对表单元素中的一些特性进行整理。The text was updated successfully, but these errors were encountered: