新闻中限制显示字数目
生活随笔
收集整理的這篇文章主要介紹了
新闻中限制显示字数目
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
這個用在里面限制字體個數的東西:
Dim rsTitle,tmpLeft
rsTitle=Rs("Title")
If Len(rsTitle)>intTitLen Then
????rsLeft=rsTitle
????Do While Len(rsLeft)>intTitLen 'Or Len(Right(rsTitle,intTitLen*j))>intTitLen
?????Response.Write Left(rsLeft,intTitLen)&"
"
?????rsLeft=Right(rsLeft,Len(rsLeft)-intTitLen)
????Loop
????If Not IsNull(rsLeft) Then
?????Response.Write rsLeft
????End If
???Else
????Response.Write rsTitle
???End If
這個市臨時寫得,寫得比較差!誰要是有好的,別忘記交流阿!
總結
以上是生活随笔為你收集整理的新闻中限制显示字数目的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C/C++基础语法复习(二):C++ 面
- 下一篇: 新手必备: win10 系统下 VSCo