JavaScript HERE-doc or other large-quoting mechanism?
问题 Is there a convenient way to quote a large block of HTML that has both single and double quotes in JavaScript? Is there anything like a HERE-doc <<EOF , a multi-quote character """ , or custom delimiters q{} ? Any creative or inventive solutions to this problem? 回答1: Some people don't like this, so be prepared for scorn and derision, but one trick is to dump your "big block of stuff" into a <script language="text"> block: <script id='blockOfStuff' language="text"> Hi this is random stuff <h1