Lua math.floor的奇怪问题. 代码是这样locald=0forn=1,10dod=d+4.9print(n..":"..d)endlocala=math.floor(d)print("a="..a.."d="..d)输出结果确是 ...
確定! 回上一頁