f = @ "and id not in (
select top "+pagesize*(curpage-1)+ " id from downloadlist where title <> ' ' "+filter+ " order by id desc ) ";
加 @
f = @ "and id not in (
select top "+pagesize*(curpage-1)+ " id from downloadlist where title <> ' ' "+filter+ " order by id desc ) ";
加 @