/* 旋转 */
(BOOL)shouldAutorotate {
return YES; } //支持旋转方向
(UIInterfaceOrientationMask)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskAll; }