[m : ] 代表列表中的第m+1项到最后一项. [ : n] 代表列表中的第一项到第n项 import numpy as np a=[1,2,3.4,5] print(a) [ 1 2 3 4 5 ].
確定! 回上一頁