摘要: 问题总结 public class 例5 {private static int x=10;public static void main(String[] args) {例5 demo=new 例5();demo.getX(x);System.out.println("x="+x);}public 阅读全文
posted @ 2020-12-02 18:54 禁小呆 阅读(63) 评论(0) 推荐(0)