每次加载会移除所有的子视图! for(UIView*view in [self.viewsubviews]) { [view removefromsuperview] } 若子视图加在 rollView上: