摘要: /// /// post请求 /// /// 地址 /// 数据 /// 返回响应的数据 public string POST(string url, string data) { string respMsg = string.Empty;... 阅读全文
posted @ 2016-07-05 17:08 Rows'Home 阅读(159) 评论(0) 推荐(0)
摘要: 百度实时新闻API接口地址:http://apistore.baidu.com/apiworks/servicedetail/1570.html 以下为C#的示例代码,如果没有apikey可注册百度账号获取 使用上面的方法 得到结果为 以上输出的内容不是我们想要的新闻,我们要把Unicode编码变成 阅读全文
posted @ 2016-07-05 16:07 Rows'Home 阅读(2022) 评论(0) 推荐(0)