var style = document.body.currentStyle || document.defaultView.getComputedStyle(document.body, '');
style.XXX;
fontSize:
IE:12px
Chrome:16px
Firefox:16px
var style = document.body.currentStyle || document.defaultView.getComputedStyle(document.body, '');
style.XXX;
IE:12px
Chrome:16px
Firefox:16px
本文标题:浏览器默认
本文链接:https://www.haomeiwen.com/subject/lmvqsttx.html
网友评论