java.lang.NumberFormatException: For input string

前端 未结 7 626
栀梦
栀梦 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

提交回复
热议问题