[dwebview callHandler:@"addValue" arguments:@[@3,@4] completionHandler:^(NSNumber* value){ NSLog(@"%@",value); }]; arguments 只能是数组么? 没看见有传对象的方法!