How to call a function with a parameter in another function in kotlin

前端 未结 0 992
无人共我
无人共我 2020-12-28 16:09

I have function which returns some value. In the function parameter I pass the same value:

 fun getValue (value:String):String {
        var message = value
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题