LUA loadstring 类似加载,从给定的字符串得到块。要加载和运行一个给定的字符串一般如下用法:assert(loadstring(script))()f = loadstring("a = 1") 相当于:f ...
確定! 回上一頁