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