Pengsen Ma的博客 注意这句话 During handling of the above exception, another exception occurred: 它的意思是:在处理上述异常期间,发生了另一个异常:简单理解就是 执行try中的代码出现错误,然后执行except 中的代码,在执行...
cumi7754的博客kotlin编程语言 什么是Kotlin? (What is Kotlin?) Kotlin is a programming language developed by Jetbrains, the company behind some of the world’s most popular IDEs like IntelliJ and Pycharm. Kotlin是...