在Python3.X 中,如何快速的把下面这个listA 转成 listB
listA = [[6], [8], [10], [14], [18]]
listB = [6, 8, 10, 14, 18]
阿波罗的战车
相关分类