iframe顶部跳转跨域问题时间:2023-03-09 19:24:52 $("#button").on("click", function () { // top.location.location.href = 'http://18.ifeng.com/up/'; try{top.location.host}catch(exp){top.location="http://18.ifeng.com/up/";} })