摘要: ; (function ($, window, document, undefined) { "use strict"; var defaults = { name: "xiaoxiao", age: 18 }; function ShowPepleInfo($ele,options,callback) { th... 阅读全文
posted @ 2016-11-25 15:13 Doc.stu 阅读(190) 评论(0) 推荐(0) 编辑
摘要: using Newtonsoft.Json; 一、Hashtable => Json 二、Dictionary => Json 三、字符串 => json对象 四、json对象 => 字符串 阅读全文
posted @ 2016-11-08 11:45 Doc.stu 阅读(36034) 评论(3) 推荐(1) 编辑
摘要: 注解:1、居中样式: top:50%; left:50%; margin-left:-80px;/*宽度的一半*/ margin-top:-20px;/*高度的一半*/2、透明样式: filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.3;/* 阅读全文
posted @ 2016-11-03 15:23 Doc.stu 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 引用js//html5获取经纬度 function GetLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(showPosition); } else { alert("Geolocat... 阅读全文
posted @ 2016-10-27 10:16 Doc.stu 阅读(904) 评论(0) 推荐(0) 编辑