java後端實習生面試題目

一、編程題:java從10000到99999找到AABB類型 public class Test1 { public static void main(String[] args) { String str; for (int i = 10000; i < 100000; i++) { str = String.valueOf(i); if (str.charAt(0) == str.c
相關文章
相關標籤/搜索