摘要: using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; namespace DingDangSDK { ... 阅读全文
posted @ 2017-10-19 15:25 hi..... 阅读(516) 评论(0) 推荐(0) 编辑
摘要: 果是非https网页,在http协议下通过html5原生定位接口会返回错误,也就是无法正常定位到用户的具体位置,而已经支持https的网站则不会受影响。 目前提供的解决方案: 1、将网站的http设置为Https。 2、通过第三方解决,这也是我目前使用的方法。 首先看下代码差异: 1、在页面引入js 阅读全文
posted @ 2017-10-19 13:40 hi..... 阅读(803) 评论(0) 推荐(0) 编辑
摘要: MessageBox.Show(GetTime(1508381207810.627).ToString("yyyy-MM-dd HH:mm:ss fff") + ""); <script type="text/javascript"> window.onload = function () { va 阅读全文
posted @ 2017-10-19 11:53 hi..... 阅读(362) 评论(0) 推荐(0) 编辑