发布时间:2019-09-25 08:21:37编辑:auto阅读(4288)
python获取当前用户的主目录路径, 示例代码如下:
#! /usr/bin/python
# -*- coding: utf-8 -*-
import os
print os.environ['HOME']
print os.path.expandvars('$HOME')
print os.path.expanduser('~')
上一篇: Python(3)
下一篇: 如何在同一台电脑(windows系统)上
53127
40050
34424
30171
25073
24874
23262
16744
14877
14376
727°
677°
729°
753°
801°
929°
899°
912°
1007°
933°