count ():计算包含对象个数比如[1,1,1,2].count(1),返回值为3. sum():做一个和运算比如sum([1,2,3]),返回值为6. size()和shape () 是numpy模块 ...
確定! 回上一頁