coding: utf-8 -*- import win32clipboard as w # 剪贴板 import win32gui, win32con, time def setText(aString): """设置剪贴板文本""" w.OpenClipboard() w.
確定! 回上一頁