喜悦国际村 » JAVA/C/C++ » 這個有什麼錯~? 我compile 不到啊

页: [1]
CrAzY-BoYz2003-7-7 07:44 PM
這個有什麼錯~? 我compile 不到啊

public class test {

        class num{
                int t = 12;
        }

        public static void main(String[] args){
                num t =  new num;
                System.out.println(num.t);
        }
}


查看完整版本: 這個有什麼錯~? 我compile 不到啊


Powered by Discuz! Archiver 6.1.0  © 2001-2006 Comsenz Inc.
Processed in 0.005782 second(s), 2 queries