<a href='javascript:window.print()'> 打印</a>
//打印当前页面
<a href="###" onclick=window.close();return false)> 关闭本窗口</a>
//关闭当前页面
<a href="javascript:void(0)" onclick="location.reload(true)"></a>
//点击刷新页面
<a href="javascript:void(0);" onclick="js_method()"></a>
//点击无效
0 条评论