import win32clipboard # set clipboard data win32clipboard.OpenClipboard() win32clipboard.SetClipboardText('testing 123 한글 출력') ...
確定! 回上一頁