不加from不能顯示提示沒有輸入@的錯誤,加了也不顯示提示
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>input-email</title>
</head>
<body>
? ? <form method="post" action="save.php">
? ? ? ? <input typt="emali">
? ? </form>
? ??
</body>
</html>
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>input-email</title>
</head>
<body>
? ? <form method="post" action="save.php">
? ? ? ? <input typt="emali">
? ? </form>
? ??
</body>
</html>
2020-10-24
舉報
2021-07-20
email輸入錯了
2020-11-08
哈哈,樓主尷尬了
2020-10-24
typt 改成type