SOURCE

console 命令行工具 X clear

                    
>
console
$("#reloadMain").click(function() {
  window.top.opener.location.reload();
});
$("#close").click(function() {
  window.top.close();
});
<div>
  <h2>协同客户端BrowerAPI调用示例 - 子窗口</h2></div>
<hr />
<table>
  <tr>
    <td><button id="reloadMain">刷新主窗口</button></td>
    <td><button id="close">关闭当前子窗口</button></td>
    </tr>
</table>
td {
  text-align: left;
  width: 100px;
}