티스토리 뷰

1. String -> int 변환

Integer.parseInt(String) ;

 

 

2. int -> String 변환

Integer.toString(int) ;

 

 

댓글