📜  跳过错误python代码示例

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

代码示例1
try:
  #line that could cause an error
except:
  pass  
#continue running code from here without stopping on the error