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

类别:Asp 点击:0 评论:0 推荐:

<%
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
%>

本文地址:http://com.8s8s.com/it/it7879.htm