试一下高亮显示

来源:互联网 发布:美工分色价格 编辑:程序博客网 时间:2024/05/21 08:59
<html><head><title>Your script</title><!-- copy from here if you want to paste this into a HTML document --><style type="text/css"><!--body { background-color: #ffffff; }pre { font-family: "Courier New",Courier,monospace; font-size: 12px; color: #000000; }span.comment { color: #008080; font-weight: normal; }span.oper { color: #0000f0; font-weight: normal; }span.var { color: #d56000; font-weight: normal; }span.func { color: #aa00ff; font-weight: normal; }span.string { color: #777777; font-weight: normal; }span.num { color: #990000; font-weight: bold; }span.reg { color: #8d7f07; font-weight: normal; }--></style></head><body><pre> <span class="oper">function</span> <span class="func">a</span>() {    <span class="func">alert</span>(&quot;<span class="string">adf</span>&quot;); }</pre><!-- stop copying here--></body></html>"
原创粉丝点击