上一页 1 ··· 9 10 11 12 13
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-10-02 12:07 GamesClient 阅读(9) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-09-29 22:05 GamesClient 阅读(0) 评论(0) 推荐(0)
摘要: function fact (n) if n==0 then return 1 else return n*fact(n-1) endendprint("Enter a number:")a = io.read("*number")print (fact(a)) 会报错: E:\LuaWorkSpa 阅读全文
posted @ 2015-09-28 23:37 GamesClient 阅读(231) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-09-28 22:34 GamesClient 阅读(6) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-09-28 21:49 GamesClient 阅读(11) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-09-26 13:47 GamesClient 阅读(12) 评论(0) 推荐(0)
摘要: using System.Collections;using System ;using LuaInterface ;public class TestLua { public static void Main(string[]args){ Lua lua = new Lua (); //解析器 T 阅读全文
posted @ 2015-09-26 12:24 GamesClient 阅读(170) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-09-26 12:02 GamesClient 阅读(5) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-09-26 11:53 GamesClient 阅读(10) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-08-27 20:44 GamesClient 阅读(4) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13