The app.locals object has properties that are local variables within the application. console.dir(app.locals.title) // => 'My App' ...
確定! 回上一頁