摘要: t = zip(a,b) t[0]会出错 需要转成list t = list(zip(a,b)) 阅读全文
posted @ 2019-05-06 20:15 yjy888 阅读(186) 评论(0) 推荐(0)