import os >>> os.name # 操作系统类型 'posix'. 如果是 posix ,说明系统是 Linux 、 Unix 或 Mac OS X ,如果是 nt ,就是 Windows 系统。
確定! 回上一頁