下面列几个实用的扩展应用: 1,修改ua using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Reflection; na...

通常我们使用  webBrowser1.Navigate(“http://www.test.com”, “”, System.Text.Encoding.UTF8.GetBytes(“”), heads);  可以实现请求过程上自定义Useragent,但是如果控件内部连接点击,或者ajax请求的时候 ,就无法控制了。 usi...