local func_content = string.dump(custom_func) --将函数序列化为字符串. 将字符串func_content发送到远端. local myfunc = loadstring(func_content) --将字符串转换 ...
確定! 回上一頁