magicnet
摘要: #读取一行用户信息进行对比:#!/usr/bin/env python# -*- coding:utf-8 -*-import jsondef utf8(): f = open('db','r') for i in f: txt = i.strip().split("|") admin = txt[ 阅读全文
posted @ 2016-08-21 21:23 zksfyz 阅读(275) 评论(0) 推荐(0) 编辑