因為lua預設對float轉int的操作模式LUA_FLOORN2I是0,代表碰見float轉int時返回0。 ```lua /* ** try to convert a value to an integer, ...
確定! 回上一頁