Textwatcher not calling the function properly

后端 未结 0 600
梦谈多话
梦谈多话 2020-12-30 00:20

I have this function

    var result : String? =  null
       var numerics = code.filter { it.isDigit()|| it == \'.\' }
       var numDouble = numerics.toDoubl         


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