val stringdemo = "123456"
val intdemo = stringdemo.toInt
val longdemo = stringdemo.toLong  

相关文章: