js 如何捕获window.print()的窗口完成后的事件_百度知道
[专业]答案:两种方式: 用document.execCommand来处理。document.execCommand在执行完后会有返回值。然后就能判断: function CloseAfterPrint(){if(tata=document.exec...更多关于调用window.print()方法,如何获取打印或者取消的状态?的问题>>
Window print() 方法 | 菜鸟教程
← Window prompt() 方法 Window open() 方法→ Window print() 方法Window 对象 定义和用法print() 方法用于打印当前窗口的内容。...