Commit a39139c6 authored by lqixv's avatar lqixv

Update Quickstart.md

纠偏:从上面的例子中,并不能知道 DelSession(name string) 方法。
parent 42370b5e
......@@ -626,7 +626,7 @@ response可能会有几种情况:
1. 模板输出
模板输出上面模板介绍里面已经介绍,beego会在执行完相应的Controller里面的对应的Method之后输出到模板。
上面模板介绍里面已经介绍,beego会在执行完相应的Controller里面的对应的Method之后输出到模板。
2. 跳转
......@@ -665,7 +665,7 @@ beego中使用session相当方便,只要在main入口函数中设置如下:
this.TplNames = "index.tpl"
}
上面的例子中我们知道session有几个方便的方法:
session有几个方便的方法:
- SetSession(name string, value interface{})
- GetSession(name string) interface{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment