摘要: python获取ie选项中设置的代理 import winreg def getproxy(): xpath = "Software\Microsoft\Windows\CurrentVersion\Internet Settings" try: key = winreg.OpenKey(winre 阅读全文
posted @ 2024-01-24 16:45 冀未然 阅读(31) 评论(0) 推荐(0)