|
|
| |
| |
<%sql="select top 6 product_id,product_name,product_image from v_product where sort_id=1 order by create_time desc"
initdb
initrstobj
rstobj.open sql,cn
i=1
do while not rstobj.eof
if i=1 or i=4 then
%>
 |
汽车管路系统 |
|
<%else%>
<%end if
rstobj.movenext
i=i+1
loop
closerstobj
closedb%>
| more...
|
|
|
|
|