python 取得当前用户的主目录

 os.environ['HOME']

 os.path.expandvars('$HOME')

 os.path.expanduser('~')

你可能感兴趣的:(python)