iframe顶部跳转跨域问题
$("#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/";}
})
$("#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/";}
})