摘要: 1 #!/usr/bin/python 2 #coding=UTF-8 3 # FileName:address.py 4 # Python地址簿 5 import cPickle as p; 6 import os; 7 import sys; 8 class Address: 9 '''Pyth 阅读全文
posted @ 2016-03-01 15:53 zhaoyingnan911 阅读(644) 评论(1) 推荐(1) 编辑