2015年3月19日

摘要: if (navigator.geolocation) { navigator.geolocation.getCurrentPosition( function success(pos) {alert(pos.coords.longitude + ... 阅读全文
posted @ 2015-03-19 21:08 毛毛虫 阅读(1378) 评论(0) 推荐(0)
 
摘要: 如果对缺省的样子不满意, 可以有模板,寻寻觅觅,摸索出在Views\Shared\EditorTemplates下创建String.cshtml必须的是EditorTemplates文件夹@{ var display = ViewData.ModelMetadata.DisplayName ?... 阅读全文
posted @ 2015-03-19 17:23 毛毛虫 阅读(757) 评论(0) 推荐(0)