33
可能重複:
Is there a portable way to get the current username in Python?如何在Python中獲取用戶名?
我怎樣才能獲得通過正在執行給定的腳本的帳戶的用戶名?
可能重複:
Is there a portable way to get the current username in Python?如何在Python中獲取用戶名?
我怎樣才能獲得通過正在執行給定的腳本的帳戶的用戶名?
import getpass
print getpass.getuser()
如果我在* nix平臺上切換用戶,但getpass解決方案正常工作,則「os.getlong()」無法正常工作,謝謝。 – mxi1 2013-12-10 10:24:14