asp 截取字段前几个字并附加三点代码


if len(rs_news(“title”))>15 then
response.write(left(rs_news(“title”),10)&”…”)
else
response.write(rs_news(“title”))
end if

You May Also Like

About the Author: 邢磊

发表评论

您的电子邮箱地址不会被公开。