a meta table has a __name attr whose value is name of metatable
a meta table is stored in LUA_REGISTRYINDEX whose key is its name
Code analysis
Appl
DUMP_STACK(L);
/*{ amp;quot;fooamp;quot;, amp;quot ...……
在用lua写脚本的过程中,遇到过几个点,记录一下:
local string1 = amp;quot;ef359b44-416d-495b-b102-2baedbc6d12aamp;quot;
local res = string.gsub(string1, amp;quot;-amp;quot;,amp;quot;amp;quot;)
print ...……