我這錯(cuò)在了,哪里一直沒(méi)搞懂
<!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">
? ? 賬戶(hù):?
<input type ="text" name="myName" />
<br>
密碼:?
? ? <input type ="password"? name="pass"/>
</form>?
</body>
</html>
2020-06-29
我把你的代碼復(fù)制了一遍進(jìn)行運(yùn)行發(fā)現(xiàn)沒(méi)啥問(wèn)題?。?!
2019-12-07
"type"和"="之間別加空格
2019-12-07
代碼是可以執(zhí)行 不過(guò)慕課網(wǎng)可能是想讓你用label把輸入框描述給圈起來(lái)把 另外加給for轉(zhuǎn)焦點(diǎn)
2019-12-07
沒(méi)看出毛病來(lái)啊