What do you call the entire first part of a URL?

后端 未结 8 1619
误落风尘
误落风尘 2020-12-12 23:35

If I have a URL like:

http://www.example.com:9090/test.html

Then I know that www.example.com is the host name, but what do you

8条回答
  •  北海茫月
    2020-12-13 00:04

    I don't think so. If there was, I would expect the DOM to reflect this in the window.location class: https://developer.mozilla.org/En/DOM/Window.location

提交回复
热议问题