lua table中可以有函数
tbl{
x=1,
2,
print("hello lua")
}
可以看出table中可以有函数print等等
版权声明:本文为博主原创文章,未经博主允许不得转载。
/**** Love U Love Myself ****/
tbl{
x=1,
2,
print("hello lua")
}
可以看出table中可以有函数print等等
版权声明:本文为博主原创文章,未经博主允许不得转载。