摘要: #coding = utf-8 import os import sys if(os.getuid() == 0): pass else: print ("you are not root user") sys.exit(1) #version = input("please input python version (2.7/3.6)") version = 2.7 if versio... 阅读全文
posted @ 2017-08-26 09:12 brady-wang 阅读(496) 评论(0) 推荐(0) 编辑