congrooelpsy

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2021年5月13日

摘要: 学习了kotlin基本语法 一切都是类 val, var; Int, Long, Short, Float ..... 单行函数简写 if(), for(x in y) when(x){ .. -> ..; .. -> ..; } when(x){ is .. -> ..; is.. -> ..; 阅读全文
posted @ 2021-05-13 20:20 congrooelpsy 阅读(29) 评论(0) 推荐(0)