//get1、html 数据格式为html $(function(){ &nb
Numpy的简单用法 import numpy as np 一、创建ndarray对象 列表转换成ndarray: >>> a = [1,2,3,4,5] >>>