express 中間件原理

/ ** * Created by BIYY on 2018-6-14. */function App() { if (!(this instanceof App)) return new App(); this.init(); } App.prototype = { constructor: App, init: function() { this.request = { //模擬的reques
相關文章
相關標籤/搜索