請(qǐng)問如何加入空格
我知道加入空格是 但是不知道怎么加進(jìn)去,求幫忙~
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>認(rèn)識(shí)語句</title>
<script type="text/javascript">
document.write("Hello");
document.write("world");
</script>
</head>
<body>
</body>
</html>
2016-01-02
document.write("hello" + " world")
2016-04-21
document.writeln("Hello");
2016-01-14
document.write("&Nbsp;");
2016-01-02
 是在里面加入空格的代碼
2016-01-02
不知道你是想加在什么地方,加在文本中的話直接寫成“ HELLO”代表HELLO前面有一個(gè)空格,要多個(gè)空格就加多個(gè)