这是因为python中的 list 和numpy中的 array 是完全不一样的两个东西,list可以存放不同类型的数据,比如int、float和str,甚至布尔型;而一个numpy数组中 ...
確定! 回上一頁