1 //如果json是.Array 2 // `index`是0 .. <json.count的字符串值 3 for (index,subJson):(String, JSON) in json { 4 // Do something you want 5 } ...
確定! 回上一頁