摘要: 1 #coding=utf-8 2 3 import json 4 import pymysql 5 6 db = pymysql.connect("localhost","root","asdfg48520.","test",use_unicode=True, charset="utf8") 7 cursor = db.cursor() 8 sql = """ DROP ... 阅读全文
posted @ 2017-10-21 21:46 dang幸福来敲门 阅读(1875) 评论(0) 推荐(0) 编辑
摘要: 1爬虫抓取,保存为josn。 阅读全文
posted @ 2017-10-21 21:43 dang幸福来敲门 阅读(164) 评论(0) 推荐(0) 编辑