python range () 函数可创建一个整数列表,一般用在for 循环中。语法:range(start, stop[, ... 使用list()函数将range()的结果直接转化成列表。
確定! 回上一頁