//服务端
const express = require('express');
const app = express();
app.use(express.static(__dirname));
app.listen(8000);
console.log('server running');
Document
显示走fail的回调,怎么解决?
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
后台没有路由