Destination e=Destination("beijing");//错误处
 在java中创建一个类变量应该用new,上面应该改为Destination e=new Destination("beijing");