font字体指纹随机
HTMLElement.prototype.offsetHeight
HTMLElement.prototype.offsetWidth
获取的时候 加上个 随机数
(Math.random() * 0.1 - 0.05)
HTMLElement.prototype.offsetHeight
HTMLElement.prototype.offsetWidth
获取的时候 加上个 随机数
(Math.random() * 0.1 - 0.05)