Lua 的模塊是由變量、函數等已知元素組成的table,因此創建一個模塊很簡單,就是 ... local path = "/usr/local/lua/lib/libluasocket.so" local f = loadlib(path, ...
確定! 回上一頁