felix icon indicating copy to clipboard operation
felix copied to clipboard

a lite ios hotfix solution based on Aspects

Results 5 felix issues
Sort by recently updated
recently updated
newest added

如果我这样使用的话,数组a却依然是空的,这是为什么呢? NSString *str = @"var a = callClassMethod('NSMutableArray', 'array'); " "var n = callClassMethod('NSNumber', 'numberWithInteger:', 1024); " "callInstanceMethod(a, 'addObject:', n); " "console.log(a);" "})"; [Felix evalString:str];

![image](https://user-images.githubusercontent.com/8180975/41839401-bc5afdd4-7895-11e8-89c0-56e6c80cfe0d.png)