数组操作符方法

dynamic operator [](
  1. Object 属性
)

从代理的 JavaScript 对象中返回与属性关联的值。

属性的类型必须是Stringnum

实现

external dynamic operator [](Object property);