为啥不能用空格符 和 <br/>
在JS中想要那个空格符号和换行符号必须写到输出语句中,例如你的这个可以改为:
document.write("Hello &nabsp; <br/>"); document.write("world");