445| 5
|
[经验求助] 关于python 后台截图 问题 |
发表于 2024-6-18 10:40
25吾爱币
最佳答案[mw_shl_code=python,true]import ctypes
from ctypes import wintypes
import win32gui
import win32ui
from PIL import Image
from datetime import datetime
# 定义必要的 Windows API 函数和结构
user32 = ctypes.windll.user32
gdi32 = ctypes.windll.gdi32
def get_window_rect(window_title):
hwnd = win32gui.FindWindow(None, window_title)
if hwnd == 0:
print(f"Window with title ...
| ||
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
||
发表于 2024-6-18 10:40
| ||
|
发表于 2024-6-18 10:47
| ||
|
发表于 2024-6-18 16:51
| ||
发表于 2024-6-18 16:55
| ||
|
发表于 2024-6-18 17:27
| ||
RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )
GMT+8, 2024-12-16 00:58
Powered by Discuz!
Copyright © 2001-2020, Tencent Cloud.