因为是protected缘故,protected方法意味着你不能在外部调用!
你只可以在子类中通过super.clone()调用,要在外部使用Clone,你必须覆盖Object的Clone方法!!
public void Clone()