Fork me on GitHub
摘要: public static void main(String[] args) { int MAX_SEND = 500; List<Integer> list = new ArrayList<>(); for (int i = 0; i < 1001; i++) { list.add(i); } i 阅读全文
posted @ 2021-12-07 17:17 JackpotHan 阅读(157) 评论(0) 推荐(0)