百度ueditor代码高亮显示

 <script type="text/javascript" charset="utf-8" src="ueditor1_4_3-utf8-php/ueditor.config.js"></script>

     <!--加入高亮的js和css文件,如果你的编辑器和展示也是一个页面那么高亮的js可以不加载-->
<script type="text/javascript" charset="utf-8" src="ueditor1_4_3-utf8-php/third-party/SyntaxHighlighter/shCore.js"></script>
<link rel="stylesheet" type="text/css" href="ueditor1_4_3-utf8-php/third-party/SyntaxHighlighter/shCoreDefault.css"/>
</head> <body>
<script type="text/javascript">
//为了在编辑器之外能展示高亮代码
SyntaxHighlighter.all();
</script>
上一篇:《DSP using MATLAB》Problem 6.15


下一篇:用 C# 做人脸检测(EmguCV)