我想在我的网页上使用 prettyprint,但它不起作用......
我有一个 html 片段,但浏览器将其解释为真正的 html 代码。
在html头中,我已经实现了
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<link rel="stylesheet" href="${cs.qualify("/css/prettify.css")}" type="text/css" media="screen" />
和我的 html 代码我插入到这样的 pre 标签中
<pre class="prettyprint"><div id="test"><h2>Hello</h2></div></pre>
我不知道,什么问题...
有人可以帮帮我吗?!
谢谢