獲取Url鏈結內容

2021-09-08 02:06:34 字數 1114 閱讀 2241

一、獲取鏈結整個html

public string getwholehtmlcode(string url)

if (wrpcontent != null)

}catch (exception e)

finally

return strhtml;}‍

//localhost/search.aspx?user=

&tag=%bc%bc%ca%f5

//localhost/search.aspxuser=

&tag=¼¼êõ

request.url.host:                      

request.url.localpath:                  /testweb/default.aspx

2、通過js獲取

thisdloc = document.location;

thisurl = document.url;

thishref = document.location.href;

thissloc = self.location.href;

thistloc = top.location.href;

thisploc = parent.document.location;

thisthost = top.location.hostname;

thishost = location.hostname;

=================

獲取ip

1、asp.net中獲取

string myip,mymac;

system.net.ipaddress addresslist = dns.gethostbyname(dns.gethostname()).addresslist;

if ( addresslist.length>1)

else

myip位址就是伺服器端的ip位址。

獲取客戶端的ip位址,可以使用

//獲取登入者ip位址

string ip = request.servervariables["remote_addr"].tostring();

2、通過js獲取

php tp 獲取url鏈結內容

本例項是在控制器中使用的 獲取路徑 如下 request request instance 獲取當前網域名稱 echo domain request domain 獲取當前入口檔案 echo file request basefile 獲取當前url位址 不含網域名稱 echo url reques...

jQuery獲取url鏈結

jquery獲取url鏈結 window.location 屬性 描述 hash 設定或獲取 href 屬性中在井號 後面的分段。host 設定或獲取 location 或 url 的 hostname 和 port 號碼。hostname 設定或獲取 location 或 url 的主機名稱部分。...

jquery 獲取url鏈結引數 中文亂碼問題

encodeuri 函式可把字串作為 uri 進行編碼。decodeuri 函式可對 encodeuri 函式編碼過的 uri 進行解碼 頁面一 傳遞ur var vensdata 111 var vensname 你好世界 var venssions 10.10.10.10 searchurl e...