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 教师闺蜜祝福语简短