📅  最后修改于: 2022-03-11 14:46:10.071000             🧑  作者: Mango
# 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')