📜  python 获取用户名 windows - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:16.012000             🧑  作者: Mango

代码示例3
import os
current_user = os.getlogin()