标签: javascript node.js asynchronous prestashop
在NodeJS中有处理Prestashop API响应的代码,其中异步回调函数需要使用从调用时开始的值。如何在下面的代码中将orderRows和i传递给.then()函数?
package; class Test { public function new () { trace("Dum !!"); } }