账号通
    

账号  

密码  

3608

查看

6

回复
主题:[求助]如何修改在显示不完全的标题应用省略号标明 [收藏主题] 转到:  
powel 当前离线

166

主题

5

广播

0

粉丝
添加关注
级别:一年级

用户积分:2990 分
登录次数:209 次
注册时间:2006/6/4
最后登录:2018/6/4
powel 发表于:2008/11/7 23:22:00   | 显示全部帖子 查看该作者主题 楼主 
科汛智能建站系统

不麻烦,改ks_cls/kesion.publiccls.asp

 

gottopic函数

 

Public Function GotTopic(ByVal Str, ByVal strlen)
  If Str = "" OR IsNull(Str) Then GotTopic = "":Exit Function
  If strlen=0 Then GotTopic=Str:Exit Function
  Dim l, T, c, I, strTemp
  Str = Replace(Replace(Replace(Replace(Str, "&nbsp;", " "), "&quot;", Chr(34)), "&gt;", ">"), "&lt;", "<")
  l = Len(Str)
  T = 0
  strTemp = Str
  strlen = CLng(strlen)
  For I = 1 To l
   c = Abs(Asc(Mid(Str, I, 1)))
   If c > 255 Then
    T = T + 2
   Else
    T = T + 1
   End If
   If T >= strlen Then
    strTemp = Left(Str, I) & "..."
    Exit For
   End If
  Next
  If strTemp <> Str Then strTemp = strTemp
  GotTopic = Replace(Replace(Replace(Replace(strTemp, " ", "&nbsp;"), Chr(34), "&quot;"), ">", "&gt;"), "<", "&lt;")
 End Function

 

上面红色的.

 

这样加上去后,只要有调用到这个函数的都会加...

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.06250秒 powered by KesionCMS 9.0