public class Helloworld
{
public static void main(String[] args)
{
System.out.println("User.Mag");
}
}
class User
{
static String Mag = "hello world!";
}
发现几个网站可以下些代码参考:http://www.java-cn.com/ http://www.ibook8.com/