快轉到主要內容

Javascript Location Properties

·272 字· loading · loading ·
Computer-Science Javascript
目錄
How to get infomations of URL on javascript?

Table
#

For example url https://example.org:8080/path/?arg=a&arg2=b#toc:

PropertyValueBlankable
hrefhttps://example.org:8080/path/?arg=a&arg2=b#toc
originhttps://example.org
protocolhttps:
hostnameexample.org
hostexample.org:8080only "example.org" when using default port
port8080empty "" when using default port
pathname/path/at least the root path "/"
search?arg=a&arg2=bempty "" when no arguments (event write the question sign "?")
hash#tocempty "" when no toc (even write the hash sign "#")

References
#

Alpaca
作者
Alpaca
No one can stop my feet.

相關文章

解決 Ubuntu 進入「Emergency Mode」的問題
·607 字· loading · loading
Computer-Science Ubuntu
這通常是因為磁區掛載時遇到嚴重錯誤導致的。
如何在 Docker 中訪問主機 USB ?
·540 字· loading · loading
Computer-Science Docker USB
How to run "sudo" command without typing password?
·289 字· loading · loading
Computer-Science Ubuntu
Make your username able to run "sudo" without password.
Line Flex Message 在 iPhone 上出現「錯誤 無法正常執行!」
·659 字· loading · loading
Computer-Science Line Bot IPhone

在開發 Line Bot 時,若有使用到 Flex Message,可能會踩到這個坑。

Ubuntu 使用指令連接 Wifi
·492 字· loading · loading
Computer-Science Wi-Fi

用習慣了 Desktop 版本的 Ubuntu,到 command line 卻不會用指令連接 Wifi!

git diff 顯示一堆「^M」?
·1401 字· loading · loading
Computer-Science Git

在不同 OS 底下共同編輯一個 git repository 時,可能就會出現這個問題,要解決該問題其實也很簡單,其原理及解決方法敬請聽我娓娓道來。