groovy 挺好玩的, 但是也有些坑, 先记录一下: 在List里查找首个 [1,2].first() // 1 挺好用的吧 [].first() // Exception ? 这不行吧, 空List很常见的 挺好用的吧