use Mojolicious::Lite (perl) - I want to get a list of all PARAMS into a simple @ARRAY

后端 未结 0 1850
温柔的废话
温柔的废话 2021-01-17 02:53

https:///getparam?h1=hello&h2=goodbye

get \'getparam\' => sub {
  my $c = shift;
  print $c->param(\'h1\') . "\\n";             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题