📜  NumberFormatException - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:44.391000             🧑  作者: Mango

代码示例2
// 假设用户输入了abc:
String s = "abc";
int n = Integer.parseInt(s); // NumberFormatException!