JS和C#后臺(tái)獲取網(wǎng)站URL
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
例:網(wǎng)頁URL : http://localhost:8086/index.aspx?topicId=361 1.設(shè)置或獲取 href 屬性中跟在問號(hào)后面的部分:window.location.search 2.設(shè)置或獲取對(duì)象指定的文件名或路徑:window.location.pathname 3.設(shè)置或獲取整個(gè) URL 為字符串 : window.location.href 4.設(shè)置或獲取與 URL 關(guān)聯(lián)的端口號(hào)碼:window.location.port 5.設(shè)置或獲取 URL 的協(xié)議部分:window.location.protocol 6.設(shè)置或獲取 href 屬性中在井號(hào)“#”后面的分段:window.location.hash 7.設(shè)置或獲取 location 或 URL 的 hostname 和 port 號(hào)碼:window.location.host ps:window.location
string url=Context.Request.Url.AbsoluteUri.Replace(Context.Request.RawUrl, "")+"/marster.aspx" //url的值為 http://localhost:6514/marster.aspx 該文章在 2021/1/28 12:16:02 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |