<div class="editor-field"> @Html.TextAreaFor(model => model.para1, new { cols = 75, @rows = 5 }) @Html.ValidationMessageFor(model => model.para1) </div>.
確定! 回上一頁