python 内置的**range()** 函数用于创建一个整数列表,一般用在for 循环中## 语法```python range(start, stop[, step]) ``` ## 参数|参数|说明| |:---|:---| - 简单 ...
確定! 回上一頁