2010年1月8日金曜日

Python - ホスト名を得る方法

import socket
host = socket.gethostname()
print host

0 件のコメント: