python list 的count和index,count方法原型: list.count(x) 是用来统计列表元素x的个数ls = [66.25, 333, 333, 1, 1234.5]print ls.count(333) ...
確定! 回上一頁