摘要:
```
#!/usr/bin/env python
# _*_ coding: utf-8 _*_
# @author : otfsenter
# @time : 2017/4/20 22:50
import win32com class TimeType(basestring): def __init__(self): pass class easyE... 阅读全文
摘要:
```
env_list = [] new_env = 'D:\\Python27;D:\\Python27\\Scripts' user_env = _winreg.CreateKey(_winreg.HKEY_CURRENT_USER, 'Environment') try: value, type1 = _winreg.QueryValueEx(us... 阅读全文