随笔分类 - C#
摘要:之前做的一个项目当中要向网站发送请求,然后网站返回给我一个Json格式的数据,对Json格式数据进行处理请求方法如下public string GetPage(string requestUrl) { Stream instream = null; StreamReader sr = null; HttpWebResponse response = null; HttpWebRequest request = null; // 准备请求... try...
阅读全文
摘要: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
阅读全文

浙公网安备 33010602011771号