You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
323 B

<!doctype html>
<html>
<body>
<form action="/process_get" method="POST" enctype="multipart/form-data">
帐号: <input type="text" name="account"> <br>
密码: <input type="text" name="password"><br>
姓名: <input type="text" name="name">
<input type="submit" value="注册并登录">
</form>
</body>
</html>