整型和字符串相互转化 整型(int,Integerr)转化为字符串(String) String.valueOf() 字符串(String)转化为整型(int,Integer) Integer.parseInt()