跳到内容
首页
学编程
学软件
学电脑
服务器
搜索
标签:
try-except-else
python中try-except-else语句的介绍
1、类似于try-except,但是如果程序没有错误,即没有跳到except语句块,则执行else语句块。 2 […]