Loading

摘要: 从mysql数据库获取电话号码,查询归属地并插入到数据库 !/usr/bin/python coding: utf 8 import json, urllib, sys, pymysql from urllib import urlencode, urlopen reload(sys) sys.se 阅读全文
posted @ 2019-07-21 16:28 Outsrkem 阅读(1198) 评论(0) 推荐(0)
摘要: 使用pymysql pip install pymysql 创建mysql测试表 CREATE TABLE ( int(20) NOT NULL AUTO_INCREMENT, char(11) NOT NULL, char(20) NOT NULL, PRIMARY KEY ( ), UNIQUE 阅读全文
posted @ 2019-07-21 13:32 Outsrkem 阅读(652) 评论(0) 推荐(0)