1.当前页面跳转

self.location=data.url;

2.新开页面跳转

var tmp=window.open("about:blank")

tmp.location=data.url;

相关文章: