In Java, the way to make an identical copy of an object is to invoke clone() on that object. When you invoke clone() , it should either:.
確定! 回上一頁