a more graceful multi-line javascript string method

后端 未结 5 559
轻奢々
轻奢々 2021-01-12 04:22

The only way I know how to print a huge string without using += is to use \\ backslashes. ugly!

5条回答
  •  粉色の甜心
    2021-01-12 04:56

    One technique if you have a big block is a

提交回复
热议问题