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