我试图确定某些语句在我的lua代码中运行多长时间。 我的代码如下所示: function test(self) local timer1 local timer2 local timer3 timer1 = os.time() ...
確定! 回上一頁