1.求近似值 四舍五入方法 Math.round() 2.int转二进制字符串 Integer.toBinaryString 3.字符串反转 解法一:倒序遍历每一个字符后输出 解法二:String转StringBuffer 后,使用strb.reverse方法,实现字符串逆序,最后打印输出