摘要: package main import ( "fmt" "reflect" ) //定义控制器函数Map类型,便于后续快捷使用 type ControllerMapsType map[string]reflect.Value //声明控制器函数Map类型变量 var ControllerMaps ControllerMapsType //定义路由器结构类型 type Routers ... 阅读全文
posted @ 2018-10-16 11:16 leochan007 阅读(223) 评论(0) 推荐(0) 编辑