このページに関してのお問い合わせはこちら
【トリビアの泉】Java初心者質問スレ【32へぇ〜】
ツイート
456
:
デフォルトの名無しさん
:
03/09/24 07:50
>>451
Object obj = ...;//object(String type)
//Object to String
String s = (String)obj;
//String to double
double d = Doiuble.parseDouble(s);
int i = Integer.parseInt(i);