dotnetcore / dotnetcore/DotnetSpider
请教下url如何自定义传参
Open
- Dominant language
- C#
- Stars
- 4.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
protected override async Task InitializeAsync(CancellationToken stoppingToken = default)
{
AddDataFlow>();
AddDataFlow(GetDefaultStorage);
await AddRequestsAsync(
new Request(
"https://news.cnblogs.com/n/page/1", new Dictionary { { "网站", "博客园" } }));
}
这里面的 https://news.cnblogs.com/n/page/1 没有办法用传参的形式吗? 还是要修改源码
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.