pp = [['fa','fd'],['fds']] print [x for x in r for r in pp]
pp = [['fa','fd'],['fds']]
x for x in r for r in ppr是pp中的一个memberx 是r中的一个member这样应该没有错啊