是否可以使用<script src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<div id="root"></div>
来读取剪贴板?
我正在尝试制作一个程序,实际上按下 printscreen ,从剪贴板中获取图像,并将其保存为变量。我不能使用ctypes
,ctypes
,pygame
,time
,random
和sys
以外的任何库(基本上只是库包含在python中。)
有人可以帮忙吗?
我正在使用Windows 10和Python 3.7(32位)。
编辑:问题Read text from clipboard in Windows using ctypes的唯一答案不适用于图片。
Is there a way to capture an image of the screen in python with ctypes?是我问的一个相关问题。