mysql execute 新增_python mysql curros.executemany 批量添加
添加的表结构字段分辨是(id,title,summary,visits,accountName,grabTime)其中id,是int自增主键,在添加操作的时候,不需要对id进行操作conn=mysql.connector.connect(user='root',password='',database='newsdb',host='127.0.0.1',port='3306')cursor=con