前端:html輸出文本,文章,識別其中的 \n

在css中設置樣式就可以了,一行代碼搞定:

 white-space: pre-line;

例如

pre{
    text-indent: .2rem;
    color: #333;
    font-size: .28rem;
    white-space: pre-line;
}
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章