2018年10月21日

摘要: package lol; public class j { private static int n; public j() { n++; } public static int getNum() { return n; } public static void main(String[] args... 阅读全文

posted @ 2018-10-21 09:38 咳咳你 阅读(124) 评论(0) 推荐(0)