Fastify 支持简写定义与完整定义两种方式来设定路由。让我们先从第二种开始吧: ... server.js const fastify = require('fastify')() fastify.register(require('.
確定! 回上一頁