basicExpress
一个简单的 express 路由实现
1 | const http = require("http"); |
使用
1 | const app = new Express(); |
Author: 王富康
Link: http://wfk007.github.io/2020/03/09/basicExpress/
License: 知识共享署名-非商业性使用 4.0 国际许可协议
一个简单的 express 路由实现
1 | const http = require("http"); |
使用
1 | const app = new Express(); |
Author: 王富康
Link: http://wfk007.github.io/2020/03/09/basicExpress/
License: 知识共享署名-非商业性使用 4.0 国际许可协议