Jumony.Core爬虫学习 [1]
0x00.Nuget 中下载 Jumony.Core 安装至当前项目
0x01.获取http://www.sonystyle.com.cn/mysony/acafe/index.htm 首页滚动图片URL
foreach (var img in new JumonyParser().LoadDocument("http://www.sonystyle.com.cn/mysony/acafe/index.htm/",Encoding.GetEncoding(65001)).Find("[target=_blank]>img[src*=\"index\"]"))<br> textBox.Text = textBox .Text + "http://www.sonystyle.com.cn/mysony/acafe/" + img.Attribute("src").Value() +" \n";
Jumony.Core爬虫学习 [1]
https://blog.async.website/index.php/archives/37/