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