open func selected(at Index:NSInteger,animation:Bool) { guard (ctls.count < Index && Index > 0) else { return } segmentCtlView.selected(at: Index, animation: animation) } guard (ctls.count < Index && Index > 0) else { return } 这个判断不对吧