perl取参数的问题URL是:http://www.sfkjddf.com/test.pl?a1=123 在test.pl中怎样取到a1的值 '123 '? [解决办法]CGI? use CGI qw(:standard); my $a1 = param( 'a1 ');