level 1
听1435528636
楼主
代码如下:
<!DOCTYPE html><html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>xxxx</title></head>
<body>
<from action="xxx.php" method="get">
user: <input type="text" value="请输入用户名" name="username" maxlength="6">
<br/>password: <input type="password" value="" name="password" maxlength="5">
<br><input type="submit" value="提交" name="tj">
<input type="reset" value="重置" name="cz">
</from>
</body>
</html>
2021年07月08日 12点07分
1
<!DOCTYPE html><html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>xxxx</title></head>
<body>
<from action="xxx.php" method="get">
user: <input type="text" value="请输入用户名" name="username" maxlength="6">
<br/>password: <input type="password" value="" name="password" maxlength="5">
<br><input type="submit" value="提交" name="tj">
<input type="reset" value="重置" name="cz">
</from>
</body>
</html>