spider优化
parent
85a61afb06
commit
10f98cf350
|
|
@ -36,7 +36,7 @@ namespace New_College.Tasks
|
||||||
title = inntertitle,
|
title = inntertitle,
|
||||||
author = author,
|
author = author,
|
||||||
pubtime = Convert.ToDateTime(createtime),
|
pubtime = Convert.ToDateTime(createtime),
|
||||||
detail = innerhtml
|
detail = innerhtml.Replace("src=\"", "src=\"https://www.sdzk.cn").Replace("href=\"", "href=\"https://www.sdzk.cn")
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return list;
|
return list;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue