首页 Node Koa.js框架

用法:


//监听错误
app.on("error", err=>{
    console.log( err );
});