List 类继承了其基类 Value 的所有方法,并实现了 String 和 Array 的共有方法。
以下列出了 List 提供的方法:
Value * getAt( int index )
获取具有指定索引的元素Value。
int size( void )
获取List中的元素个数。