如何让 HTML 识别 string 里的 '\n' 并成功换行时间:2025-01-19 14:35:26只要在结果所在的 div 的 css 设置: white-space: pre-line; 然后页面就能成功识别 '\n' 并整齐的显示结果了。