NSUTF8StringEncoding

2020-08-10  本文已影响0人  三岁就很乖
  //        AVPlayerItem *playerItem=[AVPlayerItem playerItemWithURL:[NSURL URLWithString:[url stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]];
        url = [url stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
        NSURL *url2 = [NSURL URLWithString:url];
        AVPlayerItem *playerItem=[AVPlayerItem playerItemWithURL:url2];
        return playerItem;
上一篇 下一篇

猜你喜欢

热点阅读