摘要: private void btnASPNET_Click(object sender, EventArgs e) { Dictionary postParams = new Dictionary(); postParams.Add("txtLoginId", "www.cnuunet.com"); postParams.Add("txtPassword", "www.cnuunet.com"); postParams.Add("btnLogin", "Sign in"); t 阅读全文
posted @ 2013-08-21 21:49 马语者 阅读(3164) 评论(0) 推荐(0)
摘要: 这是登录校内网的代码呵呵自己注册一个试试吧我的账号和密码就不给了 不过可以加我为好友 冯洪春 貌似校内上就我一个Form1.cs代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;using System.Net;namespace WebRequestToLo 阅读全文
posted @ 2013-08-21 16:30 马语者 阅读(597) 评论(1) 推荐(0)