結論: 不要用numpy.array做append… ... arr = np.array([]) for _ in range(num): np.append(arr, "x0y0", axis=None)def testListAppend(num):
確定! 回上一頁