We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efaa43e + 8408e7d commit 86c996fCopy full SHA for 86c996f
ebook/13.5.md
@@ -126,7 +126,6 @@ DeleteController
126
}
127
128
func (this *DeleteController) Get() {
129
- inputs := this.Input()
130
id, _ := strconv.Atoi(this.Ctx.Params[":id"])
131
this.Data["Post"] = models.DelBlog(id)
132
this.Ctx.Redirect(302, "/")
@@ -256,4 +255,4 @@ edit.tpl
256
255
## links
257
* [目录](<preface.md>)
258
* 上一章: [数据库操作](<13.4.md>)
259
- * 下一节: [小结](<13.6.md>)
+ * 下一节: [小结](<13.6.md>)
0 commit comments