If you are just going to assign an int to a double variable you dont have to do anything. int i=1; Double d = i; System.out.println(i); ...
確定! 回上一頁