网站首页 站内搜索

搜索结果

查询Tags标签: txt2db,共有 1条记录
  • txt2db

    code #!/usr/bin/python3 import os import csv import sqlite3curDir = os.getcwd() class Txt2Db: def startLoad(self):# open the databaseself.connection = sqlite3.connect(xx.db)self.cursor = self.connection.cursor()def endLoad(self):self.connection.commit…

    2021/5/21 10:31:48 人评论 次浏览
扫一扫关注最新编程教程