从 JavaScript 对象中删除 property。
property
这相当于 JavaScript 中的 delete 操作符。
delete
external void deleteProperty(Object property);