- (void)bringSubviewToFront:(UIView *)view; // 将一个子视图移到前面
- (void)sendSubviewToBack:(UIView *)view; // 将一个子视图移到后面