String str = “123”;
int a = Integer.parseInt(str);
点击查看详情