Javascript Removing Whitespace When It Shouldn't?

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

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


&         
10条回答
  •  感情败类
    2020-12-11 05:34

    The pre tag or white-space: pre in your CSS will treat all spaces as meaningful. This will also, however, turn newlines into line breaks, so be careful.

提交回复
热议问题
Hello World