PHP2

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<form action="log.jsp" method ="post">
<p>用户名:<input name="username" type="text" size="30"></p>
<p>密码:<input name="password" type="password"size="30"></p>
<input type="submit" value="提交">
<input type="submit" value="重置">
</body>
</html>

posted @ 2022-03-01 21:10  清梦韶华  阅读(15)  评论(0编辑  收藏  举报