Primitive type int myInt = 5; double myDouble = (double)myInt; // explicit cast myDouble = myInt; // implicit cast // Object type Double ...
確定! 回上一頁