1.字符串转化为int型 int intValue=Integer.parseInt(intString) 2.字符串转化为double型 double doubleValue=Double.parseDouble(doubleString) 相关文章: