一句代码实现JS交互 可以设置进度条的颜色 -(NSArray*)registerJavascriptName{ return@[@"native",@"show"]; } -(void)native:(NSDictionary*)dic{ } -(void)show:(id)body{ }