I have the following code in Ruby. I want to convert this code into JavaScript. what's the equivalent code in JS?
text = <<"HERE"
This
Is
A
Multiline
String
HERE
转载于:https://stackoverflow.com/questions/805107/creating-multiline-strings-in-javascript