赞
踩
import requests
from lxml import etree
import time
import pymysql
class MyMysql(object):
def __init__(self):
self.db = pymysql.connect('127.0.0.1','root','******','wang')
self.cursor = self.db.cursor()
def excute_sql
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。