使用Integer.toBinaryString()(最推荐)这是最简单、最直接的方法,也是Java开发中应该首选的方式,Java的Integer类提供了一个静态方法toBinaryString(),可以直接将一个int...