<script language="JavaScript"> var str = "AaBbCc"; document.write( str.toLowerCase() ); </script>
运行该例子,输出:
aabbcc
0