Object类的九大方法 1 clone()创建并返回此对象的一个副本 2 equals() 指示某个其他对象是否与此对象“相等” 3hashcode() 4getClass() 5notify()notifyAll() 唤醒等待进程 7toString() 8wait()等待