8行python代码实现把webp转jpg格式图片(同路径下) from os import from PIL import Image import glob for f in glob.glob(path.join('.','.webp')):