Skip to content

请教下url如何自定义传参 #258

@onestar1

Description

@onestar1

protected override async Task InitializeAsync(CancellationToken stoppingToken = default)
{
AddDataFlow<DataParser>();
AddDataFlow(GetDefaultStorage);
await AddRequestsAsync(
new Request(
"https://news.cnblogs.com/n/page/1", new Dictionary<string, object> { { "网站", "博客园" } }));
}

这里面的 https://news.cnblogs.com/n/page/1 没有办法用传参的形式吗? 还是要修改源码

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions