發表文章

目前顯示的是 9月, 2021的文章

使用 python 抓取螢幕截圖(多螢幕適用)

from PIL import ImageGrab img = ImageGrab.grab(all_screens=True) img.save("PIL_grab.png")