我想知道是否有可能在Lua得到最小/最大数目。 例如,在C+中,我们有以下内容: std::numeric_limits<int>::min(); std::numeric_limits<int>::max();.
確定! 回上一頁