2024年4月6日

摘要: 征抄报税的日期各有不同,要在自己的应用中获取12366提供的办税日历数据,可以打开开发者模式,对页面源码进行分析。 办税日历链接:https://12366.chinatax.gov.cn/bsfw/calendar/getCalendarListForDay 这段源码的含义是,根据不同的区域,获得 阅读全文

posted @ 2024-04-06 20:56 LIN_Lighto 阅读(37) 评论(0) 推荐(0) 编辑

摘要: 使用pyautogui创建脚本 pip install pyautogui 授予终端或其他运行程序以屏幕控制权限 PyClick.py import pyautogui import time #按钮坐标:Mac可通过command+shift+4屏幕截图功能查看 b1 = (25,11) b2 = 阅读全文

posted @ 2024-04-06 14:58 LIN_Lighto 阅读(111) 评论(0) 推荐(0) 编辑


Copyright © 2024 LIN_Lighto
Powered by .NET 9.0 on Kubernetes