Python 面试题

在 Python 中使用 获取主目录的过程是什么?

点我看答案

你需要导入 os 模块,然后只需一行就能完成剩下的工作。

import os

print (os.path.expanduser('~'))

输出:

/home/liushi
© 2022 刘士. All rights reserved.

结果匹配 ""

    没有匹配的结果 ""