📜  除了 FileNotFoundError - Python 代码示例

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

代码示例1
# FileNotFoundError is a subclass of OSError, catch that or the exception itself:
except OSError as e: