摘要: 方法一 示例代码: # ANSI escape codes for some colors RED = '\033[91m' GREEN = '\033[92m' YELLOW = '\033[93m' BLUE = '\033[94m' MAGENTA = '\033[95m' CYAN = '\ 阅读全文
posted @ 2024-01-15 23:56 明金同学 阅读(48) 评论(0) 推荐(0)
摘要: 定时自动请求就行了 import requests import hashlib import time # 设置API的URL和路径 url = "https://desk.ctyun.cn:8810/api/" computer_connect = "desktop/client/connect 阅读全文
posted @ 2024-01-15 16:14 明金同学 阅读(445) 评论(0) 推荐(0)