200201202203204205206
/** * 获取HTTP请求参数 * @return HTTP请求参数 */ public Map<String, String> getParameterMap() { return new ParameterMap(request); }