O2OA API

Module

exec()

执行代码片段,类似eval。使用Function包装。

Parameters

  • text String

    需要执行的代码片段

  • bind Object

    代码片段中this的指向

  • arg Object

    传入参数。如:{x:1, y:'5'},在代码片段中可使用 x 和 y 变量。

  • throwError boolean

    当代码片段运行错误时,是否抛出错误

Returns

  • any

    返回执行的代码片段的返回值

Source

Parameters

  • text String

    需要执行的代码片段

  • bind Object

    代码片段中this的指向

  • arg Object

    传入参数。如:{x:1, y:'5'},在代码片段中可使用 x 和 y 变量。

  • throwError boolean

    当代码片段运行错误时,是否抛出错误

Returns

  • any

    返回执行的代码片段的返回值

Source

执行代码片段,类似eval。使用Function包装。

Parameters

  • text String

    需要执行的代码片段

  • bind Object

    代码片段中this的指向

  • arg Object

    传入参数。如:{x:1, y:'5'},在代码片段中可使用 x 和 y 变量。

  • throwError boolean

    当代码片段运行错误时,是否抛出错误

Returns

  • any

    返回执行的代码片段的返回值

Source

Parameters

  • text String

    需要执行的代码片段

  • bind Object

    代码片段中this的指向

  • arg Object

    传入参数。如:{x:1, y:'5'},在代码片段中可使用 x 和 y 变量。

  • throwError boolean

    当代码片段运行错误时,是否抛出错误

Returns

  • any

    返回执行的代码片段的返回值

Source

results matching

    No results matching ''