跳到内容
首页
学编程
学软件
学电脑
服务器
搜索
标签:
StopIteration
python StopIteration异常的使用
1、StopIteration异常用于完成标识迭代,防止循环。 2、__next__()完成指定循环次数,触发 […]