2013-06-03 47 views

回答

1

如果你的意思在其中執行IIS用戶帳戶,您可以嘗試:

>>> import getpass 
>>> getpass.getuser() 
"salem" # my username account 
相關問題