中文网页报错,如何处理
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa3 in position 78: illegal m
ultibyte sequence
网页文件p1.html如下:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
</head>
<body>
<h1>我的网页</h1>
<p>web.py是最轻的框架</p>
</body>
</html>