示例#1
0
文件: blog.go 项目: badgerodon/go
func (this *BlogController) Show(ctx web.Context, id int) {
	ctx.Write(fmt.Sprint("ID: ", id))
}