摘要: //这个是分页数据和总页数类 public class SummaryBase<TModel> { public SummaryBase(); public IList<TModel> Collection { get; set; } public int TotalCount { get; set 阅读全文
posted @ 2016-11-04 11:34 乱诗 阅读(2722) 评论(1) 推荐(0)
摘要: 需要在页面文件中引用百度的js @*<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=7Yw45dAtrHHEbGMrIhT3zIbd"></script>*@<script type="text/ja 阅读全文
posted @ 2016-11-04 11:07 乱诗 阅读(15307) 评论(0) 推荐(1)