如果想让网页中的helloworld中间有空格,怎么编代码?
<script type="text/javascript">
document.write("hello");
document.write("world");
</script>
以上代码网页中显示结果是:helloworld 中间无空格,如果想让网页中的helloworld中间有空格,怎么编代码?
<script type="text/javascript">
document.write("hello");
document.write("world");
</script>
以上代码网页中显示结果是:helloworld 中间无空格,如果想让网页中的helloworld中间有空格,怎么编代码?
2018-05-26
举报