给repeater添加序号

    技术2022-05-19  25

    select row_number() over(order by hits desc) as xh from table.

    在页面绑定下就ok


    最新回复(0)