public class test {
public static void main(String[] args) {
System.out.println("Hello world");//其实你的程序是正确的,
//只是没有输出任何结果,我在这里打印了hello world
}
}
string -> String
你main方法里面什么都没有写
public class test
{
public static void main(string args[])
{
System.out.println("SSSSSSSSSSSSSSSSS");
}
}
呵呵,是能运行,而没有结果,那是因为你main方法里没有输出的语句。
建议输入:
system.out.println("helloworld");
就能看到结果了
string s大写,中括号在string后面
什么都没。怎么运行啊……