可以快速上手的开发文档
如下所示:numpy.linspace(start,stop,num=50,endpoint=True,retstep=False,dtype=None)start:起始值stop:结束值..