为什么输入错误不报错
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>input-email</title>
</head>
<body>
<from method="post" action="save.php"></from>
<input type="email">
</body>
</html>
为什么输入没有@不报错呐
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>input-email</title>
</head>
<body>
<from method="post" action="save.php"></from>
<input type="email">
</body>
</html>
为什么输入没有@不报错呐
2020-07-12
举报