标签:注意 情况 首字母 main hello static 必须 int star
public class Hello{
public static void main(String[] arg){
System.out.print("Hello,world!");
}
}
标签:注意 情况 首字母 main hello static 必须 int star
原文地址:https://www.cnblogs.com/kinfe/p/13207865.html