Swift 3.1{ func playVideo() { var playerItem = AVPlayerItem(url: movieURL as URL) // 建立AVPlayer 播放器var player = AVPlayer(playerItem: ...
確定! 回上一頁