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