摘要:
1.Form做成这样:2.添加新建项HttpHelper.csusing System;using System.IO;using System.Net;using System.Text;using System.Windows.Forms;using System.Threading;namespace XIN_001{ class HttpHelper { private static string accept = "*/*"; private static CookieContainer cc = new CookieContainer(); ... 阅读全文
posted @ 2013-12-27 07:07
XIN_001
阅读(615)
评论(0)
推荐(0)
浙公网安备 33010602011771号