当前位置:编程学习 > asp >>

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

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

补充:asp教程,高级应用 
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,