在mvc中
@Html.TextBox("txtCode","",new {@class="code",style="width:101px;;height:28px;background-color:#fff"})
等于
<input id="txtCode" name="txtCode" class="code" style="width:101px;;height:28px;background-color:#fff" type="text" value="" />
2022-11-03 08:29:32
在mvc中
@Html.TextBox("txtCode","",new {@class="code",style="width:101px;;height:28px;background-color:#fff"})
等于
<input id="txtCode" name="txtCode" class="code" style="width:101px;;height:28px;background-color:#fff" type="text" value="" />