说我有
<div id= "page">
<div class = "container">
<a href="http://www.google.com"></a>
</div>
</div>
是否可以在“容器”中获取该 url,并且只能在“页面”中获取,并使用 jquery 将其放在 window.location.href 中?我知道可能有更好的方法可以访问该 URL,但我只想知道这是否可能。谢谢!
说我有
<div id= "page">
<div class = "container">
<a href="http://www.google.com"></a>
</div>
</div>
是否可以在“容器”中获取该 url,并且只能在“页面”中获取,并使用 jquery 将其放在 window.location.href 中?我知道可能有更好的方法可以访问该 URL,但我只想知道这是否可能。谢谢!