java.lang.Integer.valueOf(int a)是一個內置方法,用於返回表示指定int值a的Integer實例。 用法: public static Integer valueOf(int a).
確定! 回上一頁