例如:”00001203” (字符串必须全为数字)
处理过程:
String tempStr = "00001203";
int result = Integer.parseInt(tempStr);
result 结果:1203
例如:”00001203” (字符串必须全为数字)
处理过程:
String tempStr = "00001203";
int result = Integer.parseInt(tempStr);
result 结果:1203
1796
1647
1893

被折叠的 条评论
为什么被折叠?