numpy.linspace 生成等差数组的方法 如下所示:numpy.linspace(start,stop,num=50,endpoint=True,retstep=False,dtype=None)start:起始值stop:结束值 等差数组