详解python中executemany和序列的使用方法 详解python中executemany和序列的使用方法一代码importsqlite3persons=[("Jim","Green"),("Hu","jie")]conn=sqlit executemany和序列