mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-06-09 06:54:21 +02:00
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
<?lua
|
|
local args = {...}
|
|
echo("add page : <br/>")
|
|
echo(JSON.encode(args))
|
|
?> |