Skip to content

Commit a1d11a1

Browse files
authored
Update OS_Lua.md
1 parent 914c465 commit a1d11a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/OS_Lua.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ OS_Lua 使用Lua语言进行代码编写,目前支持两个端:Android和iOS
1111

1212
## 入口方法
1313
OS_lua 所有的lua文件运行时,都从show方法开始执行。
14+
15+
```lua
16+
function show(args)
17+
print("first load")
18+
end
19+
```

0 commit comments

Comments
 (0)