JWAVPlayer 自定义简单的支持横屏竖屏切换的Avplayer ```javascript JWPlayer*player=[[JWPlayeralloc]initWithFrame:CGRectMake(0,0,414,9*414/16)]; [playerupdatePlayerWith:[NSURLURLWithString:@"http://120.25.226.186:32812/resources/videos/minion_01.mp4"]]; [self.viewaddSubview:player]; ``` [g