摘要:
1.读取通过 AppDomain 方法 string basePath = AppDomain.CurrentDomain.BaseDirectory; string keyPath = string.Format("{0}\\{1}.xml", basePath, "Key"); var cont 阅读全文
摘要:
1.Jsonp的使用 var phoneAgent = navigator.userAgent; var urlDomaintest = " "; function getHref() { var href = window.location.href; return href; } var Pho 阅读全文
摘要:
未定 阅读全文
摘要:
暂未更新 阅读全文
摘要:
1.Post 请求发送方式 实例: const string sResponseEncoding = "gb2312"; //测试文本信息 string postText = "{\"touser\":\"OpenId\",\"msgtype\":\"text\",\"text\":{\"conte 阅读全文