摘要: #!/usr/bin/python# -*- coding:utf-8 -*-import sysimport osclass get_home_path(object): def __init__(self, username): self.username = username self.use 阅读全文
posted @ 2016-11-01 21:39 wpf188 阅读(1842) 评论(0) 推荐(0)