摘要:
最开始我的数据绑定使用的razor语法来绑定的 就像下面这样 @if (ViewBag.listBlog != null) { foreach (var item in ViewBag.listBlog) { <tr> <td>@item.CreateDate</td> <td>@item.Titl 阅读全文
posted @ 2020-02-13 22:28
夜神月君
阅读(4182)
评论(0)
推荐(0)