<!DOCTYPE html>
<html>
<body>
<p id="demo">这是一个示例段落。</p>
<button type="button" onclick="myFunction()">转换文本</button>
<script>
function myFunction() {
document.getElementById("demo").style.textTransform = "capitalize";
}
</script>
</body>
</html>
你的E-mail:
网页地址:
描述: