欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

在ASP.NET里得到網(wǎng)站的域名

 更新時間:2006年09月28日 00:00:00   作者:  

Dim url, host_url, no_http, host_name As String                   '定義變量
url = HttpContext.Current.Request.Url.ToString                  '獲取當前頁的URL
no_http = url.Substring(url.IndexOf("http://") + 2)                       '截取去掉HTTP://的URL
host_url = "http://" & no_http.Substring(0, no_http.IndexOf("/") + 1)   '組合成當前網(wǎng)站的域名

相關(guān)文章

最新評論