这是Input的战争!已经打响了!加入我们!共同战胜html!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dome</title>
</head>
<body>
<form action="https://www.warhut.cn/" method="get">
<input type="hidden" value="GNCNKWAke" name="DNNCIA">
用户名:<input type="text" name="username" />
密码:<input type="password" name="password" />
<input type="submit">
<input type="text" readonly="readonly" value="这是一个只读的编辑框" name="dddd">
<input type="text" disabled="disabled" value="这是一个不可用的提示框">
<input type="email" name="email">
</form>
</body>
</html>