delete方法

JSBoolean delete(
  1. JSAny property
)

从该JSObject中删除键为property的属性。

实现

external JSBoolean delete(JSAny property);