摘要: #!/usr/bin/python<!--more--># -*- coding: utf-8 -*-# @Author : He who seize the right moment, is the right man# @Time : 2021/3/5 10:40import reimport 阅读全文
posted @ 2021-06-06 10:22 夏天12 阅读(154) 评论(0) 推荐(0)
摘要: GOOGLE 对接 XSHELL 进行隧道代理 "C:\Program Files\Google\Chrome\Application\chrome.exe" --proxy-server="socks5://127.0.0.1:7080" 阅读全文
posted @ 2021-06-06 10:21 夏天12 阅读(2) 评论(0) 推荐(0)
摘要: import configparser<!--more-->cf = configparser.ConfigParser()cf.read("config.ini", encoding='UTF-8')username=cf.get("user","username") auto=cf.get("a 阅读全文
posted @ 2021-06-06 10:18 夏天12 阅读(184) 评论(0) 推荐(0)