DSBridge-IOS icon indicating copy to clipboard operation
DSBridge-IOS copied to clipboard

oc 调用 js 只能传数组么?

Open Zyf893549897 opened this issue 3 years ago • 0 comments

[dwebview callHandler:@"addValue" arguments:@[@3,@4] completionHandler:^(NSNumber* value){ NSLog(@"%@",value); }];

arguments 只能是数组么? 没看见有传对象的方法!

Zyf893549897 avatar Sep 30 '22 02:09 Zyf893549897