• 参数

    • name: string

      The name of the library to import. e.g. test.dll

    返回 any

    The imported object.

    Import a native library(e.g. dll/so/dylib). If not in the Conch environment, this function will return null.

    导入一个原生库(如dll/so/dylib)。