使用范围:UI2
Contents
class ListParam ($UI/system/lib/base/request#ListParam)
List参数类
See SetParam
Constructor Top
ListParam () |
Methods Top
void | add (object value) | |
void | get (integer index) | |
integer | length () | |
void | remove (integer index) |
Constructor details
Top
public
ListParam
()
List参数类
See SetParam
public
ListParam
()
List参数类
See SetParam
Methods Detail Top
public
void
add
(object value)
增加List参数值
public
void
get
(integer index)
根据索引获取List参数值
public
integer
length
()
返回参数个数
public
void
remove
(integer index)
根据索引删除List参数值