-
Notifications
You must be signed in to change notification settings - Fork 52
Open
@joeycih
Description
例如:http://news.163.com/17/0113/10/CALDUGQM000187VE.html 这里面的图片带有参数
可以在request前添加
if(this.SourceUrl.Contains("?"))
{
int i = this.SourceUrl.LastIndexOf("?");
this.SourceUrl = this.SourceUrl.Remove(i, this.SourceUrl.Length - i);
}
Metadata
Metadata
Assignees
Labels
No labels