使用js着色代码

使用js在客户端就可将代码着色,使用的是SyntaxHighlighter插件,使用简单:

 

先引用:

shCore.js
shBrushJScript.js
shCoreDefault.css

 

然后在代码外加<pre>标签,记得加入相应class

<pre class="brush: js;">
function KeleyiColor()
{
document.write('hello iteye);
return "hi!";
}
</pre>

 

 

那么代码就会自动着色了,简单吧。

 

获取上面用到的文件和查看效果http://keleyi.com/a/bjac/ff33a0656183eba.htm

你可能感兴趣的:(JavaScript,html,jquery,Web,css)