Python 3 filter ... ruleKey: str, ruleValue: str) -> int: if ruleKey == 'color': return len(list(filter(lambda x:x[1]==ruleValue,items))) ...
確定! 回上一頁