开发者

How can I turn a string into a Location object? [duplicate]

开发者 https://www.devze.com 2023-03-20 22:23 出处:网络
This question already has answers here: Closed 10 years ago. Possible Duplicate: Creating a new Location object in javascript
This question already has answers here: Closed 10 years ago.

Possible Duplicate:

Creating a new Location object in javascript

If the user inputs a string that is a URL, what's the easiest way to turn it into 开发者_开发技巧a Location object (like window.location) so I can use methods and properties like obj.hostname?


Don't know if you can create a Location object, but this article explains how to use an anchor tag for the same effect:

http://james.padolsey.com/javascript/parsing-urls-with-the-dom/

0

精彩评论

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