代码可视化

备份教程:让CSS代码不要执行,可视模式;

下面是style代码:

<style>
pre {
white-space: pre-wrap;
}
</style>

在用pre包围定义即可,如下所示:

<pre>代码内容</pre>