编译器并没有报错,但是一运行就会溢出!!!!帮忙解释一下
String str2="abc"; double a1=Double.parseDouble(str2); System.out.println("str转换为double型后:"+a1); 编译器并没有报错,但是一运行就会溢出!!!!帮忙解释一下 这样不行的话,将字符串转换为基本类型的意义何在?
String str2="abc"; double a1=Double.parseDouble(str2); System.out.println("str转换为double型后:"+a1); 编译器并没有报错,但是一运行就会溢出!!!!帮忙解释一下 这样不行的话,将字符串转换为基本类型的意义何在?
2016-08-14
举报