numpy.array(), 多維, 根據現有的串列資料建立陣列。 numpy.empty(), 多維, 建立指定大小的空陣列。 numpy.zeros(), 多維, 建立每個項目數值為0 的陣列。
確定! 回上一頁