2月 212012
int x=1000;
Integer xxx = new Integer(x);//intをIntegerへ
String yyy= xxx.toString();//IntegerをStringへ
って感じで相互に変換できる。
http://www.gentype.com/0/help/js_integer.html”>Integerクラス.
int x=1000;
Integer xxx = new Integer(x);//intをIntegerへ
String yyy= xxx.toString();//IntegerをStringへ
って感じで相互に変換できる。
http://www.gentype.com/0/help/js_integer.html”>Integerクラス.
Sorry, the comment form is closed at this time.