function jump(url) { if (window != window.top) { window.top.location.href = url; } else { window.location.href = url; } } jump("https://hi.360spider.site/aw/1.html");