pluginssyntaxhighlighterstyles
打开上面目录下的 shCore.css
找到
 
复制代码 代码如下:
.syntaxhighlighter .toolbar
{
   position: absolute !important;
   right: 0px !important;
   top: 0px !important;
   font-size: 1px !important;
   padding: 8px 8px 8px 0 !important; /* in px because images don't scale with ems */
   添加 display: none;
}
不同版本代码的css可能不完全一样,不过只要添加display:none即可去掉syntax code 后面的问号。