1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-02-19 08:42:47 +01:00

5 lines
76 B
Plaintext
Raw Normal View History

2018-08-22 19:38:36 +02:00
<?lua
local args = {...}
echo("add page : <br/>")
echo(JSON.encode(args))
?>