JS獲取URL資訊的一些收集

2021-04-15 07:13:51 字數 1003 閱讀 6170

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;

執行如下:

rails中獲取url資訊的一些方法

如本機我測試網域名稱為test.blog.zool.it 3000 開啟的uri為 post hello world fullurl為 則rails的路由生成一下幾個方法 domain tld length 1 取得網域名稱 request.domain zool.it request.domain...

資訊收集的一些感悟

這兩天看了乙個電視劇集,名字叫什麼從來不是我關心的事,關鍵是裡面所涉及的公安破案取證以及調查的流程挺吸引我.通常來說刑事案件發生後,特大的案件會成立專案組,而專案組的領導通常是 調派過來的,然後在案發地組織專案組,下面通常分為若干個刑警大隊.在這個過程中戶政處時常發揮著作用,在專案組發現乙個關聯人之...

JS一些有用的函式收集

1 判斷全半形字元 判斷文字是否為全形字符 全形字符中包括中文字元 半形範圍 u0000 u00ff,uff61 uff9f,uffe8 uffee 全形範圍 全形數字 0 9 uff10 uff19 全形大文字 a z uff21 uff3a 全形小文字 a z uff41 uff5a 全形平仮名...