xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool</title>
</head>
<body>
<form name="input" action="html_form_action.php" method="get">
用户名: <input type="text" name="user">
<input type="submit" value="提交">
</form>
</body>
</html>