Return JSON directly from a Worker script, useful for building APIs and middleware. ... const json = JSON.stringify(data, null, 2) ... new Response(json, {.
確定! 回上一頁