Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 240 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 240 Bytes

JavaScriptCore

WEB + native 交互 JavaScriptCoreDemo

#pragma mark - Native 带参->Web -(void)callJs;

#pragma mark - web带参 ->Native

  • (void)callObjectc;

-(void)getJson:(NSString *)jsStr; -(void)getArray:(NSArray *)cararray;