首页 > TAG信息列表 > fWide

用python 复制文件到剪贴板

import win32clipboard from ctypes import * class DROPFILES(Structure): _fields_ = [ ("pFiles", c_uint), ("x", c_long), ("y", c_long), ("fNC", c_int), ("fWide",