Javascript Removing Whitespace When It Shouldn't?

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

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


&         
10条回答
  •  遥遥无期
    2020-12-11 05:47

    In HTML,any spaces >1 are ignored, both in displaying text and in retrieving it via the DOM. The only guaranteed way to maintain spaces it to use a non-breaking space  .

提交回复
热议问题
Hello World