摘要: 1 #!/usr/bin/env python 2 #-*- coding:utf-8 -*- 3 # @Time : 2017/9/13 10:38 4 # @Author : lichuan 5 # @File : login.py 6 7 8 users = { 9 'chuan' : ['123456',0], 10 'tianshu... 阅读全文
posted @ 2017-09-13 15:33 大川哥 阅读(211) 评论(0) 推荐(0) 编辑