Javascript Removing Whitespace When It Shouldn't?

前端 未结 10 2050
谎友^
谎友^ 2020-12-11 05:29

I have a HTML file that has code similar to the following.


&         
10条回答
  •  暖寄归人
    2020-12-11 05:47

    HTML is white space insensititive which means your DOM is too. Would wrapping your "Hello World" in pre block work at all?

提交回复
热议问题
Hello World