在mvc中
@Html.TextBox("txtCode","",new {@class="code",style="width:101px;;height:28px;background-color:#fff"})
等于
<input />
在mvc中
@Html.TextBox("txtCode","",new {@class="code",style="width:101px;;height:28px;background-color:#fff"})
等于
<input />
相关文章: