原创 用Python把txt導入SQLite3數據庫

題庫txt:       代碼: import sys import re import sqlite3 cx = sqlite3.connect('./avpig_sde.db')  #創建數據庫,如果數據庫已經存在,則鏈接