html中倒序怎么打

html中倒序怎么打

按id号从小到大排列sql = "select * from tablename order by id asc"按id号从大到小排列sql = "select * from tablename order b
html-css490