摘要:
(返回值)return arg[n] -- 返回第n个返回值,index从1开始(传参)function Window (options) -- check mandatory options if type(options.title) ~= "string" then error("no title" ) elseif type(options.width) ~= "number" then error("no width" ) elseif type(options.height) ~= "numb 阅读全文
posted @ 2013-05-02 22:13
梦想照进灵魂
阅读(196)
评论(0)
推荐(0)
摘要:
一、表的构造(list 风格)days = { "Sunday" , "Monday" , "Tuesday", "Wednesday","Thursday" , "Friday" , "Saturday" }Lua 将"Sunday" 初始化days[1](第一个元素索引为 1),用"Monday"初始化days[2]...w = {x=0, y=0, label="console"}x = { 阅读全文
posted @ 2013-05-02 22:08
梦想照进灵魂
阅读(260)
评论(0)
推荐(0)
浙公网安备 33010602011771号