开发者

Reason for NumberFormat Exception(converting String to long)

Friend's, I'm trying to convert an string into long type,开发者_如何学Pythonhere i'm getting NumberFormat Exception,how can i fix this problem.


I think you've used

Long.parseLong(String s)

or

String String.valueOf(long l)

so your string just doesn't contain a long number. That's it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜