A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

© 爱的泪水 中级黑马   /  2015-10-2 00:19  /  369 人查看  /  1 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

class Student {
        static String schoolName;
}
public class Demo_9{
        public static void main(String[] args) {
                Student stu1=new Student();
                Student stu2=new Student();
                Student.schoolName="传智播客";
                System.out.println("我的学校是"+stu1.schoolName);
                System.out.println("我的学校是"+stu2.schoolName);
        }
}

1 个回复

倒序浏览
哈哈,有这资源真好!
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马