-
函数:
getpass.
getuser
(
)
解释:
Return the “login name” of the user. Availability: Unix, Windows.
This function checks the environment variables
LOGNAME,
USER,
LNAME and
USERNAME, in order, and returns the value of the first one which is set to a non-empty string. If none are set, the login name from the password database is returned on systems which support the
pwd module, otherwise, an exception is raised.
python获取操作系统的用户名
最新推荐文章于 2023-08-07 00:25:24 发布
本文详细介绍了Python中getpass.getuser()函数的作用、解释以及使用方法,包括其返回登录用户名的方式和环境变量检查顺序。
1498

被折叠的 条评论
为什么被折叠?



