JAVA判断字符串的小程序,有点问题!
发布网友
发布时间:2022-04-26 21:44
我来回答
共2个回答
热心网友
时间:2023-11-06 20:39
try {
if(s.length()==-1)
{
JOptionPane.showMessageDialog(null,"没有输入数字!");
}
int i = Integer.parseInt(s);
JOptionPane.showMessageDialog(null,"是数字"+i);
}
catch (Exception ex) {
JOptionPane.showMessageDialog(null,"不是数字!");
}
热心网友
时间:2023-11-06 20:39
java支持正则表达式。一个语句就可以实现,这样的程序也没什么意见。你是学习用的吧。