当前位置:首页
> asp产品展示代码
asp产品展示代码(用asp怎么显示商品页面)
select top 10 prodId, prodName from order by publishedTime desc 这样就只取10笔当然你也可以全取出来, 然后通过循环变量来控制dim i i = 0 while not rseof and i lt 10 do i = i + 1 rs...