代码标题怎么控制字数的多少

请问各位<%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 吧网络 提问 请有志之士帮忙。看谁的办法最好。
展开
 我来答
瑞_莫尔
推荐于2016-12-01 · 超过15用户采纳过TA的回答
知道答主
回答量:50
采纳率:0%
帮助的人:23.8万
展开全部
<a href="shownews.asp?id=<%= RS("id") %>" target="_blank"><%= RS("TITLE") %></a></td>

是限制的title的字数吧
用left函数

left(rs("TITLE"),10) '10代表显示左边10个字
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式