摘要:
import win32clipboard from ctypes import * class DROPFILES(Structure): _fields_ = [ ("pFiles", c_uint), ("x", c_long), ("y", c_long), ("fNC", c_int), 阅读全文
posted @ 2022-06-15 11:29 隐客 阅读(1320) 评论(1) 推荐(1)
|
|||
|
摘要:
import win32clipboard from ctypes import * class DROPFILES(Structure): _fields_ = [ ("pFiles", c_uint), ("x", c_long), ("y", c_long), ("fNC", c_int), 阅读全文
posted @ 2022-06-15 11:29 隐客 阅读(1320) 评论(1) 推荐(1) |
|||