DIV+CSS
创建日期:2014-09-04 10:56
Table of Contents

使pre的内容自动换行

添加样式

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}