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.
当我放置“src”并在找到确切的当前 url 时进入框架时,我无法找到框架内的确切 URL?
您是否在寻找 iframe 的当前 URL?你可以试试:
$('iframe').contentWindow.window.location.href
这是假设您在页面上只有 1 个 iframe。