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