问答题

简答题 如何将数值型字符转换为数字(Integer,Double)?

【参考答案】

Integer.parseInt(“1234”)
Double.parseDouble(“123.2”)