python針對mysql長文本一分多行

#!/usr/bin/python # -*- coding: UTF-8 -*- import MySQLdb db = MySQLdb.connect("localhost","root","123456","job_5_9",charset='utf8') cursor = db.cursor() sql = "select id,name,sex from court_ktgg_towas
相關文章
相關標籤/搜索