D
Don Li
Hi,
The raw data reads
<P>add something to the 2nd row.</P>
<P>hmm, are you good?</P>
So, when I tried to assign variable s for the data, it fails because
variable assignment has to
be done on the same line, yes?
var s = "<P>add something to the 2nd row.</P>
<P>hmm, are you good?</P>"
// fails as speculated above
How to solve it? replace? quick dig didn't tell me much...
Thanks.
The raw data reads
<P>add something to the 2nd row.</P>
<P>hmm, are you good?</P>
So, when I tried to assign variable s for the data, it fails because
variable assignment has to
be done on the same line, yes?
var s = "<P>add something to the 2nd row.</P>
<P>hmm, are you good?</P>"
// fails as speculated above
How to solve it? replace? quick dig didn't tell me much...
Thanks.