学了两天C#写了个快递查询,没有做Json解析。
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Net;
using System.IO;
namespace WindowsFormsApp4
{
public par...
C# 调用 HTTPWebRequest 实现简单Get请求
1