您的位置首页百科问答

getparameter是什么意思

getparameter是什么意思

相关推荐

Getparameter.

网络:获取参数。

例句:To retrieve the form data, you use the getParameter() method.

为了检索表单数据,可使用getParameter()方法。

扩展资料

Use HttpServletRequest's getParameter method to retrieve all the information about the new product subtype.

用HttpServletRequest的getParameter方法获得所有关于新产品子类的信息。

This data can now be accessed in the usual manner from within action methods with the AgaviRequestDataHolder's getParameter() method.

现在可以利用AgaviRequestDataHolder的getParameter()方法从操作方法中以平常的方式访问该数据了。

The form-encoded data sent in the POST request's body can be obtained with HttpServletRequest. getParameter() calls.

可以用HttpServletRequest.getParameter()得到在POST请求体中发送的表单编码数据。

下载文档