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