竹磬网-邵珠庆の日记 生命只有一次,你可以用它来做些更多伟大的事情–Make the world a little better and easier


287月/114

自动语法高亮 google-code-prettify

发布在 邵珠庆

地址:http://code.google.com/p/google-code-prettify/

特点是无须指定语言!

使用方法:
1. 包含脚本和样式表

<link href="prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="prettify.js"></script>

2. 添加 onload="prettyPrint()" 到你的文件的 body 标签中.
3. 在 <pre class="prettypring">...</pre><code class="prettypring">...</code> 中间放上代码片段,它就会自动被美化了.