2014-01-27 68 views
0

這是從數據庫中的數據,並i want to print as same as the data like this印刷BR標籤和其他標籤兩難困境

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

你能展示你想如何打印? – Xyzk

+0

@Xyzk我想打印它像第一個在db – Canna

+0

downvoter你能解釋你的原因嗎?如果這個答案沒有用,這意味着我不明白這個問題,但我認爲我做到了。否則我需要一些澄清 –

回答

0

enter image description here

看看在計算器頁面,

<pre><code> ... </code></pre> 

:)

歡呼。