强制:从大往小转换,否则,语法错误
隐式:不需操作,编译器自动完成
整形的排序:byte < short < int < long
字符串转数字:String s = "10";
int i = Integer.parseInt(num);