<!DOCTYPE html>
<html>
<body>
<p id="demo">这是一个段落。</p>
<button type="button" onclick="myFunction()">设置字体</button>
<script>
function myFunction() {
document.getElementById("demo").style.font = "italic bold 20px arial,serif";
}
</script>
</body>
</html>
你的E-mail:
网页地址:
描述: