javascript - Reading the page source code, all line breaks in the page are read as <br/>. How can I make it correctly parsed?
仅有的幸福
仅有的幸福 2017-06-26 10:49:44
0
1
862

Like the question, how can it be correctly parsed into newline characters

仅有的幸福
仅有的幸福

reply all(1)
phpcn_u1582

I don’t know how you get it. Wouldn’t it be ok to replace <br/> with n? str.replace(/<br/>/ig, 'n')

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template