指引网

当前位置: 主页 > 编程开发 > ASP >

取"分隔符"后的字符 (分隔符其实可自由指

来源:网络 作者:佚名 点击: 时间:2017-06-22 19:30
[摘要] 
<%
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
%>

------分隔线----------------------------