摘要:
D41D8CD98F00B204E9800998ECF8427E$20260501家里 B4120F3606DFDA03C341E8F8B1414EC3$20260501单位 阅读全文
摘要:
import tkinter as tk import tkinter.ttk as ttk from time import strftime window = tk.Tk() window.title('电子时钟') window.minsize(400, 200) window.resizab 阅读全文
摘要:
import win32gui import win32ui import win32con import win32api # 获取窗口句柄 hwnd = win32gui.FindWindow(None, '窗口标题') # 获取窗口位置和大小 left, top, right, bottom 阅读全文
摘要:
string cookie=NULL,headers; char post[],result[]; string ssq=""; string url="http://kaijiang.zhcw.com/zhcw/html/ssq/list_1.html"; ResetLastError(); in 阅读全文