(2)、代码 from PIL import Image file_path = 'C:/Users/admin/Pictures/scence/1.jpg' img = Image.open(file_path) imgSize = img.size #大小/尺寸 ...
確定! 回上一頁