开发者

How do I extract the first part of a url?

Given:

http://something.com:4567/data/21/28/188

How do I get only the following with JavaScript?

http://some开发者_如何学JAVAthing.com:4567/


window.location.protocol+'//'+window.location.host

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜