Created
November 11, 2016 05:41
-
-
Save 52cik/5c273da327e1109a172bbee7c736b82d to your computer and use it in GitHub Desktop.
修改连接跳转页面地址
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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