Android Integer.parseInt java.lang.NumberFormatException: Invalid int解...
解决方法: http获取的字符串minutes去空字符串处理minutes.replaceAll("\\D+","").replaceAll("\r", "").replaceAll("\n", "").trim(), Integer.parseInt(minutes.replaceAll("\\D+","").replaceAll("\r", "").replaceAll("\n", "").trim(),10); 本文转自94cool博客园博客,原文链接:http://www.cnblogs.com/94cool/p/3231689.html,如需转载请自行联系原作者
