zlingh

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年7月25日

摘要: dept1 := Dept{ name: "MySohu", building: "Internet", floor: 7} switch v := interface{}(dept1).(type) { case DeptModeFull: fmt.Printf("The dept1 is a D 阅读全文
posted @ 2016-07-25 00:03 zlingh 阅读(259) 评论(0) 推荐(0) 编辑