简单教程
提交运行
代码编辑器:
<script> var txt="Hello World!"; document.write(txt.toLowerCase() + "<br>"); document.write(txt.toUpperCase()); </script>
运行结果: