简单教程
提交运行
代码编辑器:
<script> function displayResult(){ document.getElementById("p1").style.fontSize="xx-large"; } </script> <p id="p1">这是一些文本</p> <br> <button type="button" onclick="displayResult()">修改字体大小</button>
运行结果: