Python 基礎(chǔ)教程
Python 內(nèi)置函數(shù)
python range() 函數(shù)可創(chuàng)建一個整數(shù)列表,一般用在 for 循環(huán)中。
range(start, stop[, step])
參數(shù)說明:
以下是 range 在 for 中的使用,循環(huán)出json 的每個字母: