Skip to content

Instantly share code, notes, and snippets.

@52cik
Created November 11, 2016 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 52cik/5c273da327e1109a172bbee7c736b82d to your computer and use it in GitHub Desktop.
Save 52cik/5c273da327e1109a172bbee7c736b82d to your computer and use it in GitHub Desktop.
修改连接跳转页面地址
var opener = parent.window.opener;
opener && (opener.location='http://www.baidu.com/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment