java.lang.NumberFormatException: For input string

前端 未结 7 579
栀梦
栀梦 2020-11-28 16:15

the eclipse tells that lang and i cant find a solution

Exception in thread \"main\" java.lang.NumberFormatException: For input string: \"2463025552\"

相关标签:
7条回答
  • 2020-11-28 16:39

    Integer.parseInt( s2[1].trim() ); here is your problem. So, change your parsing Integer to Long

    0 讨论(0)
提交回复
热议问题