51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#pyperclip
python3 使用pyperclip读写剪贴板(windows)
importpyperclipdd=pyperclip.paste()print(dd)pyperclip.copy("docs.python.org")print(pyperclip.paste())pyperclip.copy("hello")print(pyperclip.paste())输出hell...
代码星球
·
2020-08-09
python3
使用
pyperclip
读写
剪贴板
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他