spider优化

develop
old易 2024-03-14 10:08:15 +08:00
parent 85a61afb06
commit 10f98cf350
1 changed files with 1 additions and 1 deletions

View File

@ -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;