Skip to content

90.问题

2025年9月28日
浏览量:--

共找到 1 篇文章

显示 1 / 1 篇文章

Python读取文件时出现UnicodeDecodeError

Python读取文件时出现Unicode Decode Error 运行下面code时 `python with open('style.css','r',encoding='utf-8') as f: for line in f: print(line) ` 出现错误 `python Unicode Decode Error: 'gbk' codec can't decode byte 0x...

python gbk

基于 VitePress 和 Tailwind CSS v4 构建