Python func next:修订历史

本页内容
上一节: Python3_func_hex 下一节: Python_func_slice

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

    2022年8月17日 (星期三)

    • 当前之前 21:482022年8月17日 (三) 21:48Neo 讨论 贡献 1,218字节 +1,218 创建页面,内容为“{{DISPLAYTITLE:next()}}9 = Python next() 函数 = Python 内置函数 == 描述 == '''next()''' 返回迭代器的下一个项目。 '''next()''' 函数要和生成迭代器的 '''iter()''' 函数一起使用。 == 语法 == next 语法: <sample title="" desc="" lang="python" hererun="1"> next(iterable[, default]) </sample> 参数说明: * iterable -- 可迭代对象 * default --…”
上一节: Python3_func_hex 下一节: Python_func_slice