Asp.Net MVC @Html.TextBox 只允许输入数字问题
转到Html.TextBox()看可以看出 Html.TextBox()方法,创建文本框【<input type="text"/>】,并且可以带上name,value和html属性; ...
转到Html.TextBox()看可以看出 Html.TextBox()方法,创建文本框【<input type="text"/>】,并且可以带上name,value和html属性; ...