excutemany(sql,args)出入的args是一个列表,列表中的每一个元素必须是元祖 因此 result_tuple=[tuple(xi) for xi in result_dataframe.values]