$(function(){
     alert("--in");
     $("#info tr",window.parent.document).each(function(){
     alert($("tr").html());
为什么我这样做 获取的还是本页面的table呢,用parent.document.getElementByIdx_x("info") 网页会提示我无此方法 求解 。我主页面上面有一个div 里面是iframe 放的子页面 JavaScript