test.lua", "myparam=foo", "other=bar", "justkey") -> <shunt> -- function request(ctx, params) print(params[1]) -- myparam=foo print(params[2]) -- other=bar ...
確定! 回上一頁