我這錯在了,哪里一直沒搞懂
<!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 ="password"? name="pass"/>
</form>?
</body>
</html>
2020-06-29
我把你的代碼復制了一遍進行運行發現沒啥問題?。?!
2019-12-07
"type"和"="之間別加空格
2019-12-07
代碼是可以執行 不過慕課網可能是想讓你用label把輸入框描述給圈起來把 另外加給for轉焦點
2019-12-07
沒看出毛病來啊