避免在 Iterable.forEach() 中使用字面量函数。 不要使用 List.from() 除非想修改结果的类型。 要使用 whereType() 按类型过滤集合。 不要使用 cast() ,如果有更合适 ...
確定! 回上一頁