Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
why get value is nil,pls help me
g_linux
b=[[ip='2.2.2.2']]
c={}
for i in b:gmatch('(.*)')
do
table.insert(c,{i})
end
print(c['ip'])
why get value is nil,pls help me