int n1 =10; String a= n1 + "";
String s2 = Integer.toString(n1);
String s3 = Integer.toString(n1,16) // 重载方法
String str = "150"; int n2 = Integer.parseInt(n2);
用Boolean.parseBoolean();
本文章使用limfx的vscode插件快速发布