lua 基礎. 註釋: -- this is a comment. 宣告全域性變數: x = 123. 宣告本地變數: local y = 456. 方法宣告: function hello_world() return "Hello ...
確定! 回上一頁