摘要: 1.读取通过 AppDomain 方法 string basePath = AppDomain.CurrentDomain.BaseDirectory; string keyPath = string.Format("{0}\\{1}.xml", basePath, "Key"); var cont 阅读全文
posted @ 2016-09-20 16:45 李寒星 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1.Jsonp的使用 var phoneAgent = navigator.userAgent; var urlDomaintest = " "; function getHref() { var href = window.location.href; return href; } var Pho 阅读全文
posted @ 2016-09-20 16:32 李寒星 阅读(751) 评论(0) 推荐(0) 编辑
摘要: 未定 阅读全文
posted @ 2016-09-20 16:32 李寒星 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 暂未更新 阅读全文
posted @ 2016-09-20 16:05 李寒星 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 1.Post 请求发送方式 实例: const string sResponseEncoding = "gb2312"; //测试文本信息 string postText = "{\"touser\":\"OpenId\",\"msgtype\":\"text\",\"text\":{\"conte 阅读全文
posted @ 2016-09-20 15:42 李寒星 阅读(349) 评论(0) 推荐(0) 编辑