深拷贝中的cloneOtherType方法是否有误? new Ctr(tar); 如果这个tar是new Boolean(false)等,new Ctr(tar) 这样得到的值为true... (好像只有这一个特例....