当前位置:网站首页>UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xd6 in position 120: invalid continuation byte
UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xd6 in position 120: invalid continuation byte
2022-08-04 21:09:00 【fd-度假的鱼】
将utf-8 该为 gbk
with open('06.json', encoding='gbk') as f:
编码一直是让新手头疼的问题,特别是GBK、GB2312、UTF-8 这三个比较常见的网页编码的区别,更是让许多新手晕头转向,怎么解释也解释不清楚。但是编码又是那么重要,特别在网页这一块。如果你打出来的不是乱码,而网页中出现了乱码,绝大部分原因就出在了编码上了。此外除了乱码之外,还会出现一些其他问题(例如: 1E6的CSS加载问题)等等。
GBK:专门用来解决中文编码,双字节。
是在国家标准GB2312基础.上扩容后兼容GB2312标准。
包含全部中文字符。
UTF-8:解决国际上制度的- -种多字节编码,对英文使用8位( 1个字节) , 中文使用24位( 3个字节)来编码。对于英文字符较多的论坛适用于UTF- 8节省空间。
包含全世界所有国家需要用到的字符。
边栏推荐
- SPSS-System Clustering Hand Calculation Practice
- STP基本配置及802.1D生成树协议的改进
- 某男子因用本地虚拟机做压测,惨遭字节面试官当场嘲笑
- JWT actively checks whether the Token has expired
- 1、File对象学习
- 【C语言】指针和数组的深入理解(第三期)
- bracket matching
- Interviewer: How is the expired key in Redis deleted?
- visual studio 2015 warning MSB3246
- stm32mp157系统移植 | 移植ST官方5.10内核到小熊派开发板
猜你喜欢
Comic | Two weeks after the boss laid me off, he hired me back and doubled my salary!
【数据挖掘】搜狐公司数据挖掘工程师笔试题
js数据类型、节流/防抖、点击事件委派优化、过渡动画
用 Excel 爬取网络数据的四个小案例
PyTorch Geometric (PyG) 安装教程
【PCBA program design】Grip dynamometer program
PRIMAL: Pathfinding via Reinforcement and Imitation Multi-Agent Learning 代码解析
88. (the home of cesium) cesium polymerization figure
PRIMAL: Pathfinding via Reinforcement and Imitation Multi-Agent Learning Code Analysis
数电快速入门(一)(BCD码和三种基本逻辑运算的介绍)
随机推荐
buu web
ue unreal 虚幻 高分辨率无缩放 编辑器字太小 调整编辑器整体缩放
js data type, throttling/anti-shake, click event delegation optimization, transition animation
伺服电机矢量控制原理与仿真(1)控制系统的建立
How to train a deep learning model?
xss课堂内容复现
win10 uwp use WinDbg to debug
Configure laravel queue method using fort app manager
C语言之实现扫雷小游戏
dotnet 删除只读文件
Moke, dynamic image resource package display
【编程思想】
C#之app.config、exe.config和vshost.exe.config作用区别
链栈的应用
简述@RequestParam与@RequestBody参数注解
数电快速入门(四)(组合逻辑电路的分析以及设计的介绍)
知识分享|如何设计有效的帮助中心,不妨来看看以下几点
Debug locally and start the local server in vs code
Comic | Two weeks after the boss laid me off, he hired me back and doubled my salary!
顺序队列