lua 第4天 值與類型

C:\Users\Administrator>lua Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio > print(type("a")) string > print(type(3/4)) number > print(type(3.4)) number > print(type(print)) function > print(type(
相關文章
相關標籤/搜索