python:实现手绘 from PIL import Image import numpy as np a = np.asarray(Image.open(r'C:\1.jpg').convert('L'))</