ASP如何读数据库,用循环显示到不规则表格内

2025-04-16 07:32:08
推荐回答(1个)
回答1:

select * from a,b order by time desc

字段就用a.字段,b.字段来区别。。。