numpy.dtype.char# 属性 dtype.char# 每个不同的内置类型都有一个唯一的字符代码. 示例 >>> import numpy as np >>> x = np.dtype(float) >>> x.char 'd'