Python

python使用ctypes模块实现提取当前屏幕某一坐标RGB

使用ctypes模块实现提取当前屏幕某一坐标RGB from ctypes import * # 获取屏幕上某个坐标的颜色 import time def getRgb(x, y)...
阅读更多