Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正確な現在の URL を見つけるときに、「src」をフレームに入れて帆走するときに、フレーム内にある正確な URL を見つけるのに問題がありますか?
iframe の現在の URL をお探しですか? あなたが試すことができます:
$('iframe').contentWindow.window.location.href
これは、ページに iframe が 1 つしかないことを前提としています。