form表单有个method有两个属性:
1.get:
1)get提交试用url提交的,每提交一次就会刷新一次页面。
2)a标签跳转试用的$_GET。
2.post:form表单是用methot = “post”,提交必须用$_POST