static int parseInt(String s). 将字符串参数作为有符号的十进制整数进行分析。 static Integer valueOf(int i). 返回一个表示指定的 int 值的 Integer 实例。
確定! 回上一頁