0
ttushuangxi
This code is trying to iterate over the entire list (1..page). However, it can't because an exception could be thrown. So, the code prints out "try { } catch (e: Exception) {".
0 Comments
//listιε1-page (1..page).forEach { try { } catch (e: Exception) { } }