日期:2013-11-09  浏览次数:20757 次

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