You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
416 B
Smarty
18 lines
416 B
Smarty
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Beego</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
<form id="user" action = "/v1/cms/formpost", method = "POST">
|
|
名字:<input name="username" type="text" />
|
|
年龄:<input name="age" type="text" />
|
|
邮箱:<input name="email" type="text" />
|
|
<input type="submit" value="提交" />
|
|
</form>
|
|
</body>
|
|
</html>
|