📜  文件中的 python ufeff 字符 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:10.071000             🧑  作者: Mango

代码示例1
# adapted from answer of Stack Overflow user in the source link
# file is open read only
f = open('path/to/file', mode = 'r', encoding='utf-8-sig')