随笔分类 -  kotlin

Variable number of arguments (Varargs)
摘要:A parameter of a function (normally the last one) may be marked with vararg modifier: allowing a variable number of arguments to be passed to the func 阅读全文

posted @ 2017-08-21 20:56 屁屁侠 阅读(561) 评论(0) 推荐(0)

导航