table = [["col1","col2","col3","col4"]]for i in range(99): table.append(read_data())没有table类,你不是说就做二位数组嘛。这样就可以了。。然后你的read_data每次返回一个具有4个数据的list就可以了。