You can't cast from int to Number because int is a primitive type and Number is an object. Casting an object is changing the reference type ...
確定! 回上一頁