[電繪]:Rattus rattus-黑鼠
In some eras, rats represented the plague and were despised creatures, but in my eyes, humans and rats are no different. -- 在某些時代裡,老鼠代表著瘟疫,是人們唾棄的生物,然而在我眼裡,人與老鼠並無不同。
有時候在<span>裡或某區塊的text裡使用\n,會現在顯示出來的字串"\n"的部分,變成了一個小空白,並沒有沒有換行的效果。
在標籤內 style新增這個屬性[style="white-space: pre-line"],這樣可以允許您直接在 HTML 中輸入文本,並帶有換行符,即可解決此問題。
@{
var str = "你想顯示的字串 \n 你想顯示的下一行字串";
}
<span style="white-space: pre-line">@str</span>
留言
張貼留言