>>> a = zeros((2,3)) >>> a array([[ 0., 0., 0.], [ 0., 0., 0.]]) 数组a[index,:], index 数组的索引值,:切片符 ,a [:] 可以复制一个list a > ...
確定! 回上一頁