각종 타입 변환하기 byte _byte = 12; int _int = 123; long _long = 12; float _float = 1.23f; double _double = 123.123; String str; ...
確定! 回上一頁