脚本(Scripting)API 参考(API Reference)interfaces列表属性(PropertyList)本页总览列表属性(PropertyList)字段(Fields) length 列表长度。 addListener 为列表变化附加监听器。 removeListener 移除列表变化监听器。 方法(Methods) push 在列表尾部添加视图模型(ViewModel)。 insert 在指定索引插入视图模型。 swap 交换 index1 与 index2 上的视图模型位置。 pop 移除列表最后一个视图模型。 shift 移除列表第一个视图模型。