简单教程
提交运行
代码编辑器:
<p id="demo"></p> <script> var length; length = 6; document.getElementById("demo").innerHTML = length; </script>
运行结果: