会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
刘大飞
博客园
首页
新随笔
联系
管理
订阅
2019年4月9日
golang web框架 beego 学习 (二) router and controller
摘要: 1 Router和Controller的常用配置 beego.Router("/user/admin", &controllers.UserController{}) // Get和Post都能用 beego.Router("/test", &controllers.UserController{}) // Get和POST请求都能处理 beego.Router(...
阅读全文
posted @ 2019-04-09 22:30 刘大飞
阅读(742)
评论(0)
推荐(0)
编辑
公告