好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

如何在外部更改内联框架的字体大小_html/css_WEB-ITnose

HTML 框架 字体 JavaScript




function changeFontSize(size){
var doc = document.getElementsByTagName('body')[0];
doc.style.fontSize = size + "px";
}

A
A

这段文字会随即改变大小

查看更多关于如何在外部更改内联框架的字体大小_html/css_WEB-ITnose的详细内容...

  阅读:32次