📜  finally 关键字 - 无论代码示例

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

代码示例3
It come after try catch block
A finally block of code always executes,
whether or not an exception has occurred.