1.request.querystring("表名")
2.sql语句中"select * from "+ cstr(request.querystring("表名"))
类似这样的结构,关键在于传的值对应表名就可以了。