一、数学库 --获取系统时间print(os.time()) --调用math.sin函数print(math.sin(30)) --[[将角度转换成弧度math.deg(x) --将弧度转换成 ...
確定! 回上一頁