关于lua中的loadstring,f=loadstring("i=i+1")基本等价于f=function()i=i+1end但是第二段代码比第一段代码要快得多,因为它只在编译对应程序块时被 ...
確定! 回上一頁