摘要: 用python自带的ctypes,user32和kernnel32实现对剪切板的操作 import ctypes user32 = ctypes.windll.user32 kernel32 = ctypes.windll.kernel32 GMEM_MOVEABLE = 0x0002 GMEM_D 阅读全文
posted @ 2022-09-29 19:51 蒋佳威 阅读(101) 评论(0) 推荐(0)