一个Node.js项目采用了Node.js+Koa2+art-template架构,在路由中利用ctx.render()方法渲染模板的时候,浏览器中访问提示Not Found。 错误写法如下; router.get('/',(ctx,next)=>{ msgModel.fin