这是数据库中的数据,i want to print as same as the data like this
first line
second line
function ajax(){
return a;
}
<html></body>
<iframe src = "google.com">
test = "test"
在一行之后,每一行都有新行(\n
)
所以,如果我想打印这个,
我必须将每一个新行更改为<br/>
但问题是
<html></body>
<iframe src = "google.com">
这种标签元素输入。要求是将这些打印为PURE STRING
但如果我将其打印为纯字符串,
它会显示
first line<br/>second line<br/>function ajax(){<br/>return a;<br/>}<br/><html></body>br/><iframe src = "google.com"><br/>test = "test"<br/>
像这样,
如果我把它带有标签,
它将是
first line
second line
function ajax(){
return a;
}
//I HAVE TO PRINT TAG AS PURE STRING but javascript regcognize as tags
对此有什么好主意?
答案 0 :(得分:0)
查看stackoverflow页面,
<pre><code> ... </code></pre>
:)
欢呼声。