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.
有没有一种简单的方法可以在 jQuery 中获取实际字体大小?我正在使用媒体查询在不同尺寸的显示器上以不同方式显示网站,并且在同一网站上有一个画廊,其尺寸以像素而不是 ems 为单位。我想编写一个函数来获取实际字体大小,取决于当前显示的屏幕分辨率,并在分辨率更改时使用它来获取适当的画廊大小。先谢谢了,打招呼。
用这个:
$("body").css('font-size')
使用此代码:
$("body").html().length