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.
我想将一个变量传递给框架,但我得到了当前页面。
代码:
function redirect(e){ $('#frame').show(); document.getElementById('frame').contentWindow.document.location.href = "page.php?var="+X;