Javascript heredoc

后端 未结 14 1578
盖世英雄少女心
盖世英雄少女心 2020-12-02 12:55

I need something like heredoc in JavaScript. Do you have any ideas for this? I need cross-browser functionality.

I found this:

heredoc = \'\\
14条回答
  •  自闭症患者
    2020-12-02 13:35

    If you have some html and jQuery at hand and the string is valid HTML, this may be useful:

    If text have comments "" in between, it works as well, but a part of the text may be visible. Here's the fiddle: https://jsfiddle.net/hr6ar152/1/

提交回复
热议问题