zwpsky

导航

 

2012年12月19日

摘要: 今天在开发中遇到了在JS中修改MVC3表单控件值的一个问题,表单控件如下@Html.TextBoxFor(m => m.LeftTop.Logitude, new { @id = "txtLeftLon", @style = "width:175px;", @class = "easyui-numberbox", @required = "true", @validType = "minNumber", precision = "6", @maxlength = &qu 阅读全文
posted @ 2012-12-19 13:42 zwpsky 阅读(176) 评论(0) 推荐(0)