摘要: #! /usr/bin/python # -*- coding: utf-8 -*- import os print os.environ['HOME'] print os.path.expandvars('$HOME') print os.path.expanduser('~') 阅读全文
posted @ 2019-05-07 23:39 不带R的墨菲特 阅读(3553) 评论(0) 推荐(0)
摘要: https://www.python.org/ftp/python 阅读全文
posted @ 2019-05-07 23:22 不带R的墨菲特 阅读(365) 评论(0) 推荐(0)