随笔分类 -  C#

摘要:之前做的一个项目当中要向网站发送请求,然后网站返回给我一个Json格式的数据,对Json格式数据进行处理请求方法如下public string GetPage(string requestUrl) { Stream instream = null; StreamReader sr = null; HttpWebResponse response = null; HttpWebRequest request = null; // 准备请求... try... 阅读全文
posted @ 2013-07-04 16:43 奔跑的黑马 阅读(6210) 评论(3) 推荐(1)
摘要:1.C#实现方法代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Collections.Generic;using System.Text;using System.Net;using System.IO;using System.Web.Services.Description;using System.CodeDom;using Microsoft.CSharp;using Syst 阅读全文
posted @ 2013-07-04 16:00 奔跑的黑马 阅读(403) 评论(0) 推荐(0)