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.
如何通过 Youtube APT 在 asp.net 中获取播放列表提要。当我尝试获取数据时,我得到了 Totalresult =o。请看下图:
请建议我如何做到这一点。
谢谢。
试试这个
Feed<Video> videoFeed = request.Get<Video>(new Uri(feedUrl)); //Iterate through each video entry foreach (Video videoEntry in videoFeed.Entries) { . . .
在 ASP.NET 中动态输出 YouTube 视频列表