首页
编程
java
php
前端
首页
编程
java
php
前端
画一个九宫格组图,图片随机
用python作画,画一个九宫格组图,九宫格的图片可以随机找一张图片
from PIL import Image
img = Image.open('xxx.jpg')
#xxx为图片
点击展开全文