创建标签引用样式(最多允许建立50个样式)
修改 \Admin\Label\All_Label_style.asp 将24行 int_RPP=50 '设置每页显示数目 改成你想要的个数,别太贪了200就差不多了 54 行 if obj_Count_rs.recordcount>50 then 把50改成200 320行 if obj_Count_rs_1.recordcount>50 then 把50改成200