摘要:
Python 截屏 - lone112 - 博客园Python 截屏第一次写.本机Win7 64, Python27(x64) Python33(x64)今天想试试Python写个截屏,刚看过入门PDF.代码很简单from PIL import ImageGrab
import os im = ImageGrab.grab()
im.save("D:/temp/screenshot.jpg")
... 阅读全文
posted @ 2013-01-05 09:08
lexus
阅读(252)
评论(0)
推荐(0)
浙公网安备 33010602011771号