单项选择题
A.img.itemsize属性返回img中每个元素大小B.img.dtype属性返回img中元素类型C.img.data属性返回img的数据D.img.flat属性返回img的维度
A.matplotlib.pyplot.figure(numpy.arange(7))B.matplotlib.pyplot.plot(numpy.arange(7))C.matplotlib.pyplot.figure(numpy.arange(8))D.matplotlib.pyplot.plot(numpy.arange(8))
A.BeautifulSoupB.HTMLC.XMLD.json