We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7704f76 commit 914c465Copy full SHA for 914c465
docs/OS_Lua.md
@@ -8,3 +8,6 @@
8
9
## Lua
10
OS_Lua 使用Lua语言进行代码编写,目前支持两个端:Android和iOS。Android 端使用LuaJ引擎,iOS端使用LuaC引擎。
11
+
12
+## 入口方法
13
+OS_lua 所有的lua文件运行时,都从show方法开始执行。
0 commit comments