摘要:
import re import configparser import os cf = configparser.ConfigParser() cf.read("Config.ini",encoding='utf8') pwd_Length = cf.getint("Password","pwd_Length") def checkPassword(password): pas... 阅读全文
posted @ 2018-02-02 16:42
怡星梦
阅读(200)
评论(0)
推荐(0)
摘要:
import configparser import os import LineScan cf = configparser.ConfigParser() cf.read("Config.ini",encoding='utf8') file_Types = (cf.get("FileTypeFil 阅读全文
posted @ 2018-02-02 16:41
怡星梦
阅读(491)
评论(0)
推荐(0)
浙公网安备 33010602011771号