菜鳥哪里錯了?
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>文本輸入框、密碼輸入框</title>
</head>
<body>
<form ?method="post" action="save.php">
? ? 賬戶:?
? ? <input type = "text" name =" myname" >
<br/>?
密碼:?
? ? <input type = "pssword" name = "pass" >
</form>?
</body>
</html>
2016-04-03
密碼框單詞寫錯了,你自己好看看;password寫成pssword了
2015-08-08
password
2015-04-14
~~~pssword