日期:2014-05-17 浏览次数:20950 次
<%
if biaoti <> "" then
%>
<title><%=biaoti%>_<%=title%></title>
<%
else
%>
<title><%=title%></title>
<%
end if
%>
------解决方案--------------------
这个当然要使用变量了。在不同的条件,赋予不同的值。然后显示出来。
------解决方案--------------------
title放回到本页
head公共代码还是公共