摘要: $cat insert.py #!/usr/bin/python # -*- coding: UTF-8 -*- import os import sys import datetime import pymysql def read_insert(filename, slot_type_id): file = open(filename) i = 0 j = 0 ... 阅读全文
posted @ 2017-08-08 19:09 宝山方圆 阅读(1821) 评论(0) 推荐(0)