string url ="http://www.xxxxx.com/a.aspx?a=1&b=c&t"=DateTime.Now.Ticks
webBrowser1.Navigate(url);
不知道要怎么才能应用到狐表上,或者有其他的替代方案?
Dim url = "http://www.xxxxx.com/a.aspx?a=1&b=c&t=" & Date.Now.Ticksweb.Address = url
代码,不可能有问题
Dim url = "http://baidu.com?rand=" & Date.Now.Ticks