前台模版-文章列表:{dr[author]}
前台模版-文章内容:{model.fields[author]}
后台CS文件:model.fields["author"].ToString()
后台编辑赋值是字典的形式
Dictionary<string, string> dic = new Dictionary<string, string>();
dic.Add("good", "1");
dic.Add("author", user.user_name);
model.fields = dic; //扩展字段赋值