这听起来像使用命名索引的PHP数组与python dict非常相似:
shows = [ {"id": 1, "name": "Sesaeme Street"}, {"id": 2, "name": "Dora The Explorer"},]有关更多信息,请参见http://docs.python.org/tutorial/datastructures.html#dictionaries。

这听起来像使用命名索引的PHP数组与python dict非常相似:
shows = [ {"id": 1, "name": "Sesaeme Street"}, {"id": 2, "name": "Dora The Explorer"},]有关更多信息,请参见http://docs.python.org/tutorial/datastructures.html#dictionaries。