📜  忽略错误打开文件python代码示例

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

代码示例1
open(fileName, 'r', encoding='utf8', errors='ignore')