form action指定要跳转到的链接
method有get post方式,get就是在链接后拼接参数,post安全点
html表单部件指定 name属性
PHP获取
$_GET['name']或$_POST['name']