python截屏截图

# 在此之前你要先安装PIL
# http://www.pythonware.com/products/pil/
1
import ImageGrab
2 im = ImageGrab.grab()
3 im.show()
posted @ 2011-08-10 18:51  王道中强流  阅读(1284)  评论(0编辑  收藏  举报