Merge branch 'meixiongfeng' of http://git.legu.cc/liwei_3d/go_dreamfactory into meixiongfeng
This commit is contained in:
commit
a4c6a8a64a
@ -168,6 +168,11 @@ func (this *Context) Get(key string) (value interface{}, exists bool) {
|
||||
return
|
||||
}
|
||||
|
||||
func (this *Context) QueryArray(key string) (values []string) {
|
||||
values, _ = this.GetQueryArray(key)
|
||||
return
|
||||
}
|
||||
|
||||
/*
|
||||
如果存在,MustGet 返回给定键的值,否则抛出异常。
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user