代码标题怎么控制字数的多少
请问各位<%BigClass=RsNews("BigClassName")n=6IfBigClass<>""thensql="selecttop6*fromNewswhe...
请问各位 <%
BigClass=RsNews("BigClassName")
n=6
If BigClass<>"" then
sql="select top 6 * from News where BigClassName='"& BigClass &"' order by AddDate desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
<tr>
<td width="40%" height="24" class="newstitle"><% if rs("FirstImageName")<>"" then response.write "<img src='images/news.gif' border=0 alt='图片新闻'>" end if %>
<a href="shownews.asp?id=<%= RS("id") %>" target="_blank"><%= RS("TITLE") %></a></td>
<td width="47%" class="newstime" ><font color="#999999">[<%=FormatDateTime(RS("AddDate"),2)%>]</font></td>
<td width="13%" class="newstime" ><font color="#999999"> (点击<font color="#ff0000"><%= RS("hits") %></font>) </font>
<%
n=n-1
if n<1 then exit do
rs.movenext
loop
rs.close
set rs=nothing
%>
<% End If %>这段代码怎么控制标题的字数啊
山东 E 吧网络 提问 请有志之士帮忙。看谁的办法最好。 展开
BigClass=RsNews("BigClassName")
n=6
If BigClass<>"" then
sql="select top 6 * from News where BigClassName='"& BigClass &"' order by AddDate desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
<tr>
<td width="40%" height="24" class="newstitle"><% if rs("FirstImageName")<>"" then response.write "<img src='images/news.gif' border=0 alt='图片新闻'>" end if %>
<a href="shownews.asp?id=<%= RS("id") %>" target="_blank"><%= RS("TITLE") %></a></td>
<td width="47%" class="newstime" ><font color="#999999">[<%=FormatDateTime(RS("AddDate"),2)%>]</font></td>
<td width="13%" class="newstime" ><font color="#999999"> (点击<font color="#ff0000"><%= RS("hits") %></font>) </font>
<%
n=n-1
if n<1 then exit do
rs.movenext
loop
rs.close
set rs=nothing
%>
<% End If %>这段代码怎么控制标题的字数啊
山东 E 吧网络 提问 请有志之士帮忙。看谁的办法最好。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询