一樓沒有用過PERL嗎?例如sub myPrint {my $str = shift;print $str; }調用時可以直接myPrint("kao");也可以&myPrint("kao too");兩者有什么區別 查看完整描述