subtract 方法

JSAny subtract(
  1. JSAny? any
)

JavaScript中 this - any 的结果。

实现

external JSAny subtract(JSAny? any);