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