ASP随机显示数据问题
<p ><strong>sallem</strong> 发表于 2009-9-14 17:36</p>
<h3>ASP随机显示数据问题</h3>我有一个数据库
我想在页面上随机显示数据库的图片
请问如何把取出来的数据图片随机显示呢
我现做了一个随机的,是用JS的,但是偶尔显示出来,偶尔显示不出来
希望有**方法
谢谢!<p ><strong>fimmuhu</strong> 发表于 2009-9-14 18:05</p>
<h3>回复 1# sallem [楼主] 的帖子</h3>比较抽象的问题,:D 。
建议:http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Azh-CN%3Aofficial&hs=mWT&q=%E5%9B%BE%E7%89%87+%E9%9A%8F%E6%9C%BA+asp&aq=f&oq=&aqi=<p ><strong>lmxc</strong> 发表于 2009-9-14 21:40</p>
MsSql随机取数据 select top 10 * from c_cy_admin order by newid()
Access 随机取数据 selecttop 10 id FROM 表1 order by rnd(id)
mySql 随机取数据 SELECT id FROM gueze order by rand() limit 10<p ><strong>tianyiw</strong> 发表于 2009-9-16 19:29</p>
感谢楼上!学习了……
呵呵,非常感谢,很好很强大
static/image/common/sigline.gif
宽带刷钻
页:
[1]