檢查了還是不對,請大家?guī)臀铱纯茨难e有問題
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>表單標(biāo)簽</title>
</head>
<body>
<form method="post" action="save.php">
? ? ? <label for="username">用戶名:</label>
? ? ? <input type="text"? name="username" id="username" value="" />
? ? ? <label for="pass">密碼:</label>
? ? ? <input type="password"? name="pass" id="pass" value="" />?
? ? ? <input type="submit" value="確定"? name="submit" />
? ? ? <input type="reset" value="重置" name="reset" />
</form>??
</body>
</html>
2018-05-08
這個(gè)是網(wǎng)站問題,你執(zhí)行第一遍是顯示沒有成功的,但是你執(zhí)行第二,第三遍的時(shí)候就會(huì)顯示成功的了,所以并不是你的代碼問題。
2018-05-04
執(zhí)行是正確的呀