摘要: 无论天空有多高,踮起双脚就能靠近太阳 Groovy: 直接用sort(): class Example { static void main(String[] args) { def lst = [13, 12, 15, 14]; def newlst = lst.sort(); println(n 阅读全文
posted @ 2019-06-25 23:00 CITIcto 阅读(237) 评论(0) 推荐(0)