摘要: @Html.TextBoxFor(u => u.Address, new { @class = "text01", onchange = "changeAddress()", style = "margin:10px 0;" })经度@Html.TextBoxFor(u => u.Longitude, new { @class = "text05" })纬度@Html.TextBoxFor(u... 阅读全文
posted @ 2016-04-19 16:26 Danlis 阅读(814) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-04-19 16:01 Danlis 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 因为JS中的Date转换格式没有“-”这种间隔符,Date.parse会生成NAN,所以只能进行转换。 扩展的方法 阅读全文
posted @ 2016-04-19 12:43 Danlis 阅读(791) 评论(0) 推荐(0) 编辑