摘要: public class Test3 { public static void main(String[] args) { String s = "aabasfdffffffffssf"; int count = 0; String str = ""; String res = ""; int le 阅读全文
posted @ 2020-10-28 20:41 BOGY 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 注意:该代码仅仅是整数之间的转换public class Test { public static void main(String[] args) { Scanner sin = new Scanner(System.in); int index = sin.nextInt(); String r 阅读全文
posted @ 2020-10-28 20:32 BOGY 阅读(200) 评论(0) 推荐(0) 编辑