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