第一種 np矩陣可以直接與標量運算 >>>import numpy as np >>>arr1 = np.arange(12).reshape([2,2,3]) >>>arr1 array([[[ 0, 1, 2], [ 3,
確定! 回上一頁