Heim > Artikel > Web-Frontend > js动态为代码着色显示行号_javascript技巧
本实例是使用Javascript插件,在浏览器客户端动态的为代码着色,可以显示行号.
Javascript代码着色实例效果:http://www.keleyi.com/keleyi/phtml/codecolor/a/index.htm
以下是代码:
<BR>function KeleyiColor()<BR>{<BR>document.write('keleyi.com');<BR>return "hi!";<BR>}<BR>