Python-获取剪切板 时间:2022-09-07 13:45:39 作者:快盘下载 人气:33 from tkinter import Tk # Python 3clip = Tk().clipboard_get()print(clip)clip = clip.split() 加载全部内容