window属性:onafterprint
onafterprint属性
该onafterprint属性用于设置并返回当前窗口的onafterprint EventHandler。
onafterprint属性语法
window.onafterprint = event handling code
笔记
某些浏览器(包括Firefox 6和更高版本,以及Internet Explorer)发送beforeprint和afterprint事件以让内容确定何时可能发生打印。您可以使用它来调整打印过程中显示的用户界面(例如,在打印过程中显示或隐藏用户界面元素)。
该afterprint事件在用户打印或中止打印对话框后引发。
规范
规范 | 状态 | 注释 |
---|---|---|
HTML Living Standard 在该规范中定义'onafterprint'。 | Living Standard |
浏览器兼容性
我们正在将兼容性数据转换为机器可读的JSON格式。
- 电脑端
特征 | Chrome | Edge | Firefox(Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
基本支持 | 支持:63.0 | 支持 | 支持:6 | 支持 | 不支持 | 不支持 |
- 移动端
特征 | Android Webview | Chrome for Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
基本支持 | 不支持 | 支持 | 支持 | ? | ? | 不支持 | ? |