-1
player_details=[{'name': u'Bryan Barker', 'pos': u'P', 'birthdate': datetime.date(1964, 6, 28), 'team_id': 14L, 'birthcity': u'Jacksonville Beach', 'id': 1107L, 'uno': u'4'}]
如何從上方獲取team_id。我試過player_details['team_id']
如何在Python中迭代值
你是否有一個字典的列表? –