const http2 = require('http2'); const express = require('express'); const app = express(); // app.use('/', ..); http2 .raw .createServer(app) .listen(8000, (err) ...
確定! 回上一頁