产品页如何加载所有的扩展字段?
| Visit:134
@foreach (var item in Model.FieldList)
{
<dt>@item.Key</dt>
<dd>@item.Value</dd>
}