示例#1
0
文件: HotimageHub.cs 项目: kyoeye/MT2
        public async void Gethotxml()
        {
            GetAPIstring getxml2 = new GetAPIstring();

            xmltext = await getxml2.GetWebString(@"https://yande.re/post/popular_recent.xml");

            Gethotimg();
        }