导航

2022年7月28日

摘要: ##kotlin中的函数 最基本的打印函数 //kotlin 中是不需要分号的 (如果一行中只有一条语句) fun main() { print("hello world") println("hello world") } //输出结果为 : hello worldhello world //pr 阅读全文

posted @ 2022-07-28 23:00 wuqiu 阅读(142) 评论(0) 推荐(0) 编辑