推扬网

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
推扬网 门户 你问我答 查看内容

王武力:getParameterValues()返回值是什么

2020-8-11 14:58| 发布者: admin| 查看: 63| 评论: 0

摘要: 杨紫函的回答: request.getParameterValues(str)返回的是一个string数组。 String s = request.getParameterValues(str)相当于: String strArray = request.getParameterValues(str); String s = strArray; 李克新 ...

杨紫函的回答:

request.getParameterValues(str)返回的是一个string数组。 String s = request.getParameterValues(str)[i]相当于: String[] strArray = request.getParameterValues(str); String s = strArray[i];

李克新的回答:

是一个String[],一般用于获得checkbox的值

刘冠华的回答:

string[]

低调的沉默的回答:

The GetParameterValues method returns the list of supported values for a given parameter. This method applies to parameters that support a list of specific values, as opposed to a stepped range of values. HRESULT GetParameterValues( const GUID* Api, VARIANT** Values ULONG* ValuesCount, ); MSDN里面复制出来的。


鲜花

握手

雷人

路过

鸡蛋

最新评论

热门推荐
最新资讯

广告服务|投稿要求|禁言标准|版权说明|免责声明|手机版|小黑屋|推扬网 ( 粤ICP备18134897号 )|网站地图 | 邮箱:vayae@hotmail.com

GMT+8, 2025-5-1 17:14 , Processed in 0.113808 second(s), 29 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

返回顶部