13 Comments

  1. 通过搜索引擎偶然路过,拜读一下

  2. 1.JSContext提供了类方法来获取参数列表(+ (JSContext *)currentContext;)和当前调用该方法的对象(+ (JSValue *)currentThis)。—Wrong
    应该是currentArguments来获取参数列表吧

    1. Author

      确实不对,大概是我复制代码上去时候复制错了。现在已经改为+(NSArray*)currentArguments

      谢谢指正


  3. js :
    function(fn){
    fn(“success”);
    }

    在oc中如何 传一个回调作用的方法到 js中fn,让success打印在oc中?





  4. 这两篇文字受益匪浅,恳求转载。感谢中

  5. js :
    function(fn){
    fn(“success”);
    }


Leave a Reply to Ider Cancel reply

Your email address will not be published.