合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
如果需要调用其他函数,或者有函数需要复用: ``` //triggerEvent("方法名",参数) //调用test方法,并且传递参数 function () { this.triggerEvent('test', { id: '123' }) } //在test方法中接收函数 function () { const { id } = arguments[0] } ```