sql = “INSERT news(title,content,types,image,author,create_at) VALUE (%s,%s,%s,%s,%s,%s))“
cursor = self.conn.cursor()
dt = datetime.datetime.now().strftime(”%Y-%m-%d %H:%M:%S”)
cursor.execute(sql,(‘python’,‘python11111’,‘学习’,‘图片地址1’,‘作者python’,dt))
一次实战同时掌握Python操作MySQL,MongoDB,Redis 三大数据库使用技巧
了解课程
1.4k 13
1.3k 12
3.4k 12
1.9k 11
6.1k 10