from PIL import ImageGrab img = ImageGrab.grabclipboard() # Save the image to disk img.save('paste.png', 'PNG')
確定! 回上一頁