NSString *urlPath = [[NSBundle mainBundle] pathForResource:@"snd" ofType:@"mp3"]; NSURL *url = [NSURL fileURLWithPath:urlPath]; NSError *err; AVAudioPlayer* ...
確定! 回上一頁