2018年5月13日
摘要: #!/usr/bin/env python #Author:windtalker import os, getpass import sqlite3 from time import ctime print(ctime()) conn = sqlite3.connect('usercheck.db') cursor = conn.cursor() # is_exist = cursor.ex... 阅读全文
posted @ 2018-05-13 20:54 风语者未来 阅读(144) 评论(0) 推荐(0)