Jex

Results 1 comments of Jex

```js protected async excel文件下载(url: string, payload: any) { const getBuffer = new Promise((resolve, reject) => { this.page.once('response', async (response) => { if (!response.url().includes(url)) return; try { const buffer = await...