摘要:
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 ... 阅读全文
摘要:
1爬虫抓取,保存为josn。 阅读全文