提米-转世
Results
1
comments of
提米-转世
可以用Promise来代替吧,反正这也不阻塞 function onStart() { abc(1).then((res)=>{ log(res); }); } mc.listen("onServerStarted", onStart);