interface相关

beego中model传递interface{}

golang中,如果要使用interface{}作为数组去传值,该怎么做。我们以下是例子 package main import ( www.chinab4c.com/models fmt ) type Users struct { User_id int `orm:pk` User_name string `orm:size(100)` } func main() {...

类别:beego 更新:2014-08-21 关键字: beego interface 

最新更新

热门插件