美文网首页ECJia
ecjia.hook.js的用法

ecjia.hook.js的用法

作者: 东方皓 | 来源:发表于2019-04-28 01:45 被阅读0次

    ecjia.hook.add_action('test', function(){console.log('test111111');})

    ecjia.hook.add_action('test', function(){console.log('test22222');})

    ecjia.hook.add_action('test', function(){console.log('test33333');})

    ecjia.hook.add_action('test', function(){console.log('test4444');})

    ecjia.hook.do_action('test’);

    输出:

    VM41135:1 test111111

    VM41151:1 test22222

    VM41165:1 test33333

    VM41181:1 test4444

    相关文章

      网友评论

        本文标题:ecjia.hook.js的用法

        本文链接:https://www.haomeiwen.com/subject/hokrnqtx.html