StackOverflow 文档 sails.js 教程 路由 重定向 重定向 Created: November-22, 2018 module.exports.routes = { '/foo': '/bar', 'GET /google': 'http://www.google.com' }; 为所有视图定义自定义变量自定义 RESTful 路由定义