例如:(特别注意在设置初始值的时候 Value 中的V要大写)

@Html.TextBoxFor(model => model.CustomerCode, new { Value=" 默认",@style="width:240px;height:35px;",})

相关文章: