mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-01-03 20:38:21 +01:00
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
<?lua
|
||
|
local args = {...}
|
||
|
echo("edit page <br/>")
|
||
|
echo(JSON.encode(args))
|
||
|
?>
|