python 获取等间隔的数组实例 可以使用numpy中的linspace函数np.linspace(start,stop,num,endpoint,retstep,dtype)#start和stop为起始和终止 等间隔