篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 在JavaScript.html中的il metodo toLowerCase()相关的知识,希望对你有一定的参考价值。
<html>
<head>
<title>il metodo toLowerCase() in JavaScript</title>
<script type="text/javascript">
var testo = "Un Testo da Rendere TUTTO in Minuscolo";
document.write("<p>Il testo che originariamente appariva così: " + testo + " dopo l'esecuzione del metodo appare così: " + testo.toLowerCase() + "</p>");
</script>
</head>
<body>
</body>
</html>
以上是关于html 在JavaScript.html中的il metodo toLowerCase()的主要内容,如果未能解决你的问题,请参考以下文章