2024年10月16日
摘要: 1 函数题 1~6 //判断字符串内容相同 //choice.equals("xxxx") public static void main(String[] args) { Scanner sc = new Scanner(System.in); while (sc.hasNext()) { Str 阅读全文
posted @ 2024-10-16 21:05 Hoshino1 阅读(19) 评论(0) 推荐(0)