分类广告


推荐文章

  • 没有找到任何内容!
您当前的位置:中国站长下载网络编程ASP专区 → 文章内容

取"分隔符"后的字符 (分隔符其实可自由指定一个字符表示)

  • 作者:佚名    来源:不详    发布时间:2005-12-31 13:29:20
  • 字体大小:
<%
productid=Right(cstr(productid),Len(cstr(productid))-InStr(CStr(productid), "="))

str_eof = Right(CStr(rs("ld_big_small")), Len(CStr(rs("ld_big_small"))) - InStr(CStr(rs("ld_big_small")), "-"))

Response.Write str_eof
Response.Write productid
Response.end
%>