怎么限制Request接收数据的个数? 在线等怎么限制Request接收数据的个数? 比如 123.asp?id=1,2,3,4,5 …… 怎么限制ID后边的参数的个数?[解决办法]id = split(request( "id "), ", ") ubound(id)→就是你要的参数个数了