阅读(2800) (17)

window属性:mozPaintCount

2018-04-14 11:52:53 更新

mozPaintCount属性

mozPaintCount属性用于返回当前文档在此 window 中绘制到屏幕的次数。

mozPaintCount属性语法

var paintCount = window.mozPaintCount;
  • paintCount 用于存储 window.mozPaintCount 属性值。
  • window.mozPaintCount 该属性的值为 long,并且在第一次创建文档时开始为零,每次绘制文档时递增一次。

规范

不属于任何 W3C 技术规范或建议。