浏览器中打开这段代码乱码
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-Type" content="text/html; charest=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>