我的哪里錯了
?public class HelloWorld ?{
? ? public static void main(String[] args) {
? ? System.out.println("hello imooc");
}
}
?public class HelloWorld ?{
? ? public static void main(String[] args) {
? ? System.out.println("hello imooc");
}
}
2016-04-15
舉報
2016-04-15
我用myeclipse運行了一下,并沒有報錯。