lua 的string库是用来处理字符串的,基础函数如下 ... function say() print('hello') end local f_str = string.dump(say) print(f_str) --uaQ --复原函数 local func ...
確定! 回上一頁