Evaluate Fetch Api in PuppeteerSharp

后端 未结 0 1380
走了就别回头了
走了就别回头了 2021-01-02 20:16

What is the c# alternative of the java code below?

await page.evaluate(() => {
  return fetch(\'url\', {method: \'POST\', body: \'test\' });
});

相关标签:
回答
  • 消灭零回复
提交回复
热议问题