def get_data(self, key='W'):
"?CVirtualGridCtrl|Custom<n>?????????????????"
keystroke(self.two_way, ord(key)) # ?????('W')???('E')???('R')
wait_a_second() # ?????????...
op.SendMessageW(self.custom, WM_COMMAND, 57634, self.path_custom[-1]) # background mode
return pyperclip.paste()
评论列表
文章目录