wendux / DSBridge-IOS

:earth_asia: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.
1.95k stars 303 forks source link

oc 调用 js 只能传数组么? #148

Open Zyf893549897 opened 1 year ago

Zyf893549897 commented 1 year ago

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

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