b=json.loads(rs)
game_list=b['game_list']
server_list=b['server_list']
这是我公司的代码,rs就是json字符串。
你这里的话直接用value=selectInfo['conditions']就可以