Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在后台制作音频流而不是使用整个页面?
这是我目前拥有的:
NSURL *url = [NSURL URLWithString:@"http://s6.voscast.com:8550/listen.pls"]; NSURLRequest *req = [NSURLRequest requestWithURL:url]; [player loadRequest:req];
我刚决定使用PhoneGap