在代码学习中,看到用到 python 中的库: from PIL import Image 尝试用 pip install PIL ,结果没有找到 PIL 的库, 后来查了下, 应该这么安装 pip install pillow