我打开这个/THEMES/Vikiworks18/TEMPLATE/default.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<#ZC_BLOG_LANGUAGE#>" lang="<#ZC_BLOG_LANGUAGE#>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Language" content="<#ZC_BLOG_LANGUAGE#>" />
<!-- <link rel="stylesheet" rev="stylesheet" href="<#ZC_BLOG_HOST#>themes/<#ZC_BLOG_THEME#>/style/<#ZC_BLOG_CSS#>.css" type="text/css" media="screen" /> -->
<link rel="stylesheet" rev="stylesheet" href="<#ZC_BLOG_HOST#>themes/<#ZC_BLOG_THEME#>/source/style.css.asp" type="text/css" media="screen" />
<link rel="stylesheet" rev="stylesheet" href="<#ZC_BLOG_HOST#>css/print.css" type="text/css" media="print" />
<link rel="alternate" type="application/rss+xml" href="<#ZC_BLOG_HOST#>rss.xml" title="<#ZC_BLOG_TITLE#>" />
<link rel="alternate" type="application/atom+xml" href="<#ZC_BLOG_HOST#>atom.xml" title="<#ZC_BLOG_TITLE#>" />
<script language="JavaScript" src="<#ZC_BLOG_HOST#>script/common.js" type="text/javascript"></script>
<title><#ZC_BLOG_TITLE#><#ZC_MSG044#><#ZC_BLOG_SUBTITLE#></title>
</head>
<body>
<script language="JavaScript" type="text/javascript">
var str00="<#ZC_BLOG_HOST#>";
var str01="<#ZC_MSG033#>";
var str02="<#ZC_MSG034#>";
var str03="<#ZC_MSG035#>";
var str06="<#ZC_MSG057#>";
var intMaxLen="<#ZC_CONTENT_MAX#>";
var strBatchView="";
var strBatchInculde="";
var strBatchCount="";
</script>
<div id="container">
<div id="header">
<ul id="menu">
<li id="rss"><a href="<#ZC_BLOG_HOST#>rss.xml">RSS Feed</a></li>
</ul>
<h1><a href="<#ZC_BLOG_HOST#>"><#ZC_BLOG_NAME#></a></h1>
</div>
<div id="wrapper">
<div id="content">
<#template:article-multi#>
<span class="pages"><#ZC_MSG042#>:</span><#template:pagebar#>
</div>
<div id="sidebar">
<div id="about">
<#TEMPLATE_INCLUDE_NAVBAR#></div>
<div id="twitter">
<div class="aktt_tweets">
<ul>
<li><#ZC_BLOG_SUB_NAME#></a></li>
</ul></div> </div>
<div id="utwtag"><#CACHE_INCLUDE_TAGS#></div>
<div class="clear"></div>
<div class="delicious">
<h2><#ZC_MSG032#></h2>
<ul>
<#CACHE_INCLUDE_PREVIOUS#>
</ul>
<h2><#ZC_MSG274#></h2>
<ul>
<#CACHE_INCLUDE_GUESTCOMMENTS#>
</ul>
<h2><#ZC_MSG027#></h2>
<ul>
<#CACHE_INCLUDE_COMMENTS#>
</ul>
</div>
<div class="cat">
<h2><#ZC_MSG026#></h2>
<ul>
<#CACHE_INCLUDE_CATALOG#>
</ul>
</div>
<div class="monthly">
<h2><#ZC_MSG028#></h2>
<ul>
<#CACHE_INCLUDE_ARCHIVES#>
</ul>
</div>
<div class="sponsor">
<h2><#ZC_MSG031#></h2>
<ul>
<#CACHE_INCLUDE_LINK#>
</ul>
</div>
<!-- FOOTOR counts -->
<#TEMPLATE_INCLUDE_FOOTOR#>
<!-- FOOTOR counts end -->
</div>
</div></div>
<script language="JavaScript" type="text/javascript">
$(document).ready(function(){
try{
var elScript = document.createElement("script");
elScript.setAttribute("language", "JavaScript");
elScript.setAttribute("src", "<#ZC_BLOG_HOST#>function/c_html_js.asp?act=batch"+unescape("%26")+"view=" + escape(strBatchView)+unescape("%26")+"inculde=" + escape(strBatchInculde)+unescape("%26")+"count=" + escape(strBatchCount));
document.getElementsByTagName("body")[0].appendChild(elScript);
}
catch(e){};
});
<div class="function" id="divGuestComments">
<h3>我的音乐</h3>
<ul>
<#TEMPLATE_INCLUDE_ZEXOBUD#>
</ul>
</div>
</script>
</body>
</html>
把代码夹在最后……