问答详情
源自:2-2 web.py的demo

中文网页报错,如何处理

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>


提问者:念奴娇 2019-03-01 17:05

个回答

  • 慕粉3291491
    2019-06-21 09:19:20

    你的P1文本如果使用txt编辑的,需要在用txt打开,另存时选择编码格式 utf-8