Skip to content

调用arkts函数有问题 #24

@liujingxuan

Description

@liujingxuan

当参数为多个参数的时候,会出问题,比如, args是"string11","string22", 但是最后是:string11string22, undefine。所有参数会集中在第一个。
match module.call::<_, , ()>(&method, args) {
Ok(
) => qlog!(" successful"),
Err(e) => qlog!("failed: {:?}", e),
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions