通常用 <a target="_blank"></a>
或 window.open() 打开的新窗口可以用 window.close() 方法关闭, 但当新窗口中调用了 location.hash 时(如: react-router 的 hashHistory), 则 window.close() 方法会失效.
解决方案:
绕开 location.hash 方法, 使用 browserHistory 或其他路由方式.
通常用 <a target="_blank"></a>
或 window.open() 打开的新窗口可以用 window.close() 方法关闭, 但当新窗口中调用了 location.hash 时(如: react-router 的 hashHistory), 则 window.close() 方法会失效.
解决方案:
绕开 location.hash 方法, 使用 browserHistory 或其他路由方式.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。