该属性用于设置表单数据时的HTTP请求方法。
HTTP请求方法
<form method="POST"> <!-- 默认的HTTP请求方法是GET --> <!-- 表单数据1 --> <!-- 表单数据N --> </form>