Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua下面的table方法在android下面不执行 #41

Closed
letian003 opened this issue Jul 4, 2016 · 1 comment
Closed

lua下面的table方法在android下面不执行 #41

letian003 opened this issue Jul 4, 2016 · 1 comment

Comments

@letian003
Copy link

table.insert(obj, value)

这种操作,在android 下面,无法执行

@dongxicheng
Copy link

table.insert(obj, value)
改成table:insert(obj, value)
语法不兼容非标准导致的;
可以看demo代码或者API文档

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants