分隔符
<%
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
%>
时间: 2024-09-26 16:16:34