Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在控制台中将它设置为一个值,它就会起作用,如果我检查它,它也会返回该值。但如果我只是尝试访问document.body.style.zoom,它会返回""。
document.body.style.zoom
""
那是怎么回事?
您是否为正文的(非标准)zoomcss 属性设置了值?如果你没有,那么你不应该期望那里有一个非空值。
zoom