0
1
ttushuangxi
When the code executes, it first tries to do something. If there is an exception, the code will finish. If there is no exception, the code will continue.
0 Comments
try { } catch (e: Exception) { } finally { }