Java程序检查字符串是否为有效数字
若要检查字符串是否为有效的Integer,请使用Integer.parseInt()方法,将要检查的字符串作为参数传递。
要检查字符串是否为有效的Float,请使用Float.parseFloat()方法,将要检查的字符串作为参数传递。
以下是检查有效整数的示例。
示例
public class Demo {
public static void main(String args[]) throws Exception {
String id = "100";
int val = Integer.parseInt(id);
System.out.println(val);
}
}输出结果
100
以下是检查有效浮点的示例。
示例
public class Demo {
public static void main(String args[]) throws Exception {
String id = "100.5";
float val = Float.parseFloat(id);
System.out.println(val);
}
}输出结果
100.5
热门推荐
10 八一幼儿祝福语大全简短
11 公司乔迁食堂祝福语简短
12 婚礼结束聚餐祝福语简短
13 儿媳买车妈妈祝福语简短
14 毕业送礼老师祝福语简短
15 同事辞职正常祝福语简短
16 恭贺新婚文案祝福语简短
17 金店立秋祝福语简短英文
18 婆婆高寿祝福语大全简短