导航

 

2016年7月29日

摘要: #coding=utf8 import os import sys from subprocess import check_call if sys.hexversion > 0x03000000: import winreg else: import _winreg as winreg class Win32Environment: """Utility class... 阅读全文
posted @ 2016-07-29 14:02 slqt 阅读(1030) 评论(0) 推荐(0) 编辑