<div class="editor-field"> @Html.TextAreaFor(model => model.Comments) @Html.ValidationMessageFor(model => model.Comments) </div> <script type="text/javascript"> $(function () { $("#Comments").html("default value"); }); </script> 相关文章: 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2021-08-13 2022-12-23 2022-12-23