Update HISTORY_ZH.md

Former-commit-id: d1a5291fe8003a47d8565ad95a85a47e4c19663d
This commit is contained in:
Zeno-Code 2018-01-04 09:41:12 +08:00 committed by GitHub
parent e542b5f214
commit ac407caedb

View File

@ -149,8 +149,8 @@ func (ctx *context) UploadFormFiles(
## context#View
这里有个小更新,增加可选的第二个参数,用来绑定模版变量。
当只有一个模版变量,之前是在 `ViewData` 上绑定一个空字符串,现在可以预先绑定模版变量到指定模版
这里有个小更新,增加可选的第二个参数,用来绑定模版变量。提示:这种绑定方式,会忽略其他变量的绑定。
如果要忽略其他模版变量,之前是在 `ViewData` 上绑定一个空字符串,现在可以直接通过 View 方法添加
```go
func(ctx iris.Context) {