Kotlin入门

Kotlin入门

官方链接 https://developer.android.google.cn/kotlin

主要是与java区别点

  1. 变量写法
    var 可以修改变量
    val为不可修改变量

你可能感兴趣的:(Kotlin入门)