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.
精彩评论