lua 基础注释: -- this is a comment 声明全局变量: x = 123 声明本地变量: local y = 456 方法声明: function hello_world() return "Hello World" ...
確定! 回上一頁