JavaScript Basic -2
如何將要顯示的文字斷行?
運用的是 \n
這應該不太陌生, 不少地方都是這麼用的
至於連接兩個文字串, 則是用 + (加號) 囉~
例如:function disp_alert()
{
alert("Hello again! This is how we" + '\n' + "add line breaks to an alert box!")
}
One day I will find my peace...
如何將要顯示的文字斷行?
運用的是 \n
這應該不太陌生, 不少地方都是這麼用的
至於連接兩個文字串, 則是用 + (加號) 囉~
例如:function disp_alert()
{
alert("Hello again! This is how we" + '\n' + "add line breaks to an alert box!")
}
張貼者: bwCat 於 9:42 上午 標籤: JavaScript筆記
沒有留言:
張貼留言