http://localhost:8080/?a=b#/login

location.host

"localhost:8080"

location.port

8080

location.search

"b"

location.hash

"#/login"

05-26 21:56